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 9eff97d commit db0e7ac
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 @@ -33,7 +33,7 @@ jobs:
- name: build
run: zig build
x86_64-macos:
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit db0e7ac

Please sign in to comment.