Skip to content

Commit

Permalink
ci: update the runner for build-macos-arm64 to macos-14 too, so it …
Browse files Browse the repository at this point in the history
…runs on M1
  • Loading branch information
spytheman committed Apr 17, 2024
1 parent 9ccdc7d commit 4748f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binary_artifact.yml
Expand Up @@ -73,7 +73,7 @@ jobs:
path: ${{ env.ZIPNAME }}

build-macos-arm64:
runs-on: macos-latest
runs-on: macos-14
env:
TARGET_CFLAGS: -target arm64-apple-darwin
VFLAGS: -skip-unused -cc clang
Expand Down

0 comments on commit 4748f11

Please sign in to comment.