From cf3b2613a253251bda18bd0994caf5a77143afc7 Mon Sep 17 00:00:00 2001 From: Brian Sperlongano Date: Mon, 29 Apr 2024 19:11:05 -0400 Subject: [PATCH 1/2] Specify x64 --- .../workflows/{test-build-mac.yml => test-build-mac-x64.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test-build-mac.yml => test-build-mac-x64.yml} (90%) diff --git a/.github/workflows/test-build-mac.yml b/.github/workflows/test-build-mac-x64.yml similarity index 90% rename from .github/workflows/test-build-mac.yml rename to .github/workflows/test-build-mac-x64.yml index e25e06941..333a58f15 100644 --- a/.github/workflows/test-build-mac.yml +++ b/.github/workflows/test-build-mac-x64.yml @@ -1,4 +1,4 @@ -name: Test Build (MacOS) +name: Test Build (MacOS x86_64) on: pull_request: @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-latest-large steps: - name: Checkout 🛎️ uses: actions/checkout@v3 From dae173827ce12c391cb736b78df2c4a854d01fa3 Mon Sep 17 00:00:00 2001 From: Brian Sperlongano Date: Mon, 29 Apr 2024 21:16:18 -0400 Subject: [PATCH 2/2] Let's try this image --- .../{test-build-mac-x64.yml => test-build-macos-13.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{test-build-mac-x64.yml => test-build-macos-13.yml} (90%) diff --git a/.github/workflows/test-build-mac-x64.yml b/.github/workflows/test-build-macos-13.yml similarity index 90% rename from .github/workflows/test-build-mac-x64.yml rename to .github/workflows/test-build-macos-13.yml index 333a58f15..0258b2282 100644 --- a/.github/workflows/test-build-mac-x64.yml +++ b/.github/workflows/test-build-macos-13.yml @@ -1,4 +1,4 @@ -name: Test Build (MacOS x86_64) +name: Test Build (MacOS 13) on: pull_request: @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-latest-large + runs-on: macos-13 steps: - name: Checkout 🛎️ uses: actions/checkout@v3