From cda9f33a453b4e7d9df5a335f309a9b4b7261177 Mon Sep 17 00:00:00 2001 From: Tom Atkinson Date: Sun, 10 Mar 2024 12:10:11 +0000 Subject: [PATCH] Use correct runner --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2593dfef1..6fcfd255f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: name: "Build ${{ matrix.platform.runtime }} in ${{ matrix.build_type }}" strategy: matrix: - platform: [{ os: windows, runtime: windows-latest }, { os: ubuntu, runtime: ubuntu-latest }, { os: macos, runtime: macos-12 }, { os: macos, runtime: macos-14-arm64 }] + platform: [{ os: windows, runtime: windows-latest }, { os: ubuntu, runtime: ubuntu-latest }, { os: macos, runtime: macos-12 }, { os: macos, runtime: macos-14 }] build_type: [Debug, Release] env: PARALLEL: -j 2