CI: run on macos-latest
GitHub killed off macos-12 today.
This commit is contained in:
parent
1338578255
commit
f7b5ea78e3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
# - name: test
|
# - name: test
|
||||||
# run: zig build test
|
# run: zig build test
|
||||||
x86_64-macos:
|
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
|
# 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.
|
# to the branch.
|
||||||
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue