Skip to content

Commit

Permalink
Merge pull request #563 from MatthewFluet/ci-updates
Browse files Browse the repository at this point in the history
Switch from `macos-latest` to `macos-13`
  • Loading branch information
MatthewFluet authored May 13, 2024
2 parents d688f0e + d3a3648 commit 3c08771
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 @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
cc: ["gcc", "clang"]
codegen: ["amd64", "c", "llvm"]
exclude:
Expand Down

0 comments on commit 3c08771

Please sign in to comment.