From cf3b2613a253251bda18bd0994caf5a77143afc7 Mon Sep 17 00:00:00 2001 From: Brian Sperlongano Date: Mon, 29 Apr 2024 19:11:05 -0400 Subject: [PATCH] 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