CI: bump to macos-13

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-12-24 16:10:43 -07:00
parent 03ded69cff
commit f7688169c0

View file

@ -81,7 +81,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-13
# 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