From a1b23b7543bbb7367f4259404b21914f383c1ebb Mon Sep 17 00:00:00 2001 From: Josh Borrow Date: Fri, 8 Nov 2024 08:56:56 -0500 Subject: [PATCH] Run tests on arm instead of x64 --- .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 699a4a6..1548575 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: test-macos: name: "Run tests on MacOS" - runs-on: macos-15 + runs-on: macos-15-arm64 env: #LDFLAGS: "-ld64" # For MacOS 13 and above (XCode CLT 15 and above.) CC: gcc-14