Skip to content

Commit

Permalink
build.yml: Try arm64 macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
foxnne committed Nov 7, 2024
1 parent 755c3a9 commit 2ba53cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
mirror: 'https://pkg.machengine.org/zig'
- name: build
run: zig build
x86_64-macos:
runs-on: macos-12
arm64-macos:
runs-on: macos-14
# We want to run on external PRs, but not on our own internal PRs as they'll be run by the push
# to the branch.
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
Expand Down

0 comments on commit 2ba53cd

Please sign in to comment.