Skip to content

Commit

Permalink
Switch from macos-latest to macos-13
Browse files Browse the repository at this point in the history
`macos-latest` has switched to `macos-14` (`arm64`),
which will be nice to use, but will require some additional updates.
  • Loading branch information
MatthewFluet committed May 13, 2024
1 parent d688f0e commit d3a3648
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 d3a3648

Please sign in to comment.