From 6b21a8a6cb93fb7e83c50dc9b6b6a7b8ce99fb71 Mon Sep 17 00:00:00 2001 From: Charles Coggins Date: Mon, 8 Jul 2024 13:52:29 -0500 Subject: [PATCH] ci: use GitHub-hosted macOS runners --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d1368b..6e96f3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,9 +20,9 @@ jobs: - target: aarch64-unknown-linux-gnu os: [self-hosted, linux, arm64] - target: x86_64-apple-darwin - os: macos-latest + os: macos-14 - target: aarch64-apple-darwin - os: [self-hosted, macos, arm64] + os: macos-14 runs-on: ${{ matrix.os }} steps: - name: Checkout repository