Skip to content

Commit

Permalink
CI: run on macos-latest
Browse files Browse the repository at this point in the history
GitHub killed off macos-12 today.
  • Loading branch information
castholm committed Dec 3, 2024
1 parent 1338578 commit f7b5ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# - name: test
# run: zig build test
x86_64-macos:
runs-on: macos-12
runs-on: macos-latest
# 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 f7b5ea7

Please sign in to comment.