From b60f6f8e9fe5ce039668fcfc7376360b09b6f3ac Mon Sep 17 00:00:00 2001 From: paoda Date: Mon, 9 Sep 2024 04:01:20 -0500 Subject: [PATCH] fix(ci): specify intel macOS --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b05b35..f53e7d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-14-large] runs-on: ${{matrix.os}} steps: - uses: goto-bus-stop/setup-zig@v2