Skip to content

Commit

Permalink
Use ubuntu-24.04 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed May 22, 2024
1 parent b07d314 commit 062d698
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:
runner: [ubuntu-24.04, ubuntu-22.04, macos-13, macos-14, windows-2022]
runner: [ubuntu-24.04, macos-13, macos-14, windows-2022]
cc: ["gcc", "clang"]
codegen: ["amd64", "c", "llvm"]
exclude:
Expand Down

0 comments on commit 062d698

Please sign in to comment.