Skip to content

Commit

Permalink
[CI] Switch to GCC 12 on macOS
Browse files Browse the repository at this point in the history
GCC 11 has been removed from the `macos-12` image.
  • Loading branch information
krivenko committed Aug 26, 2024
1 parent a92d204 commit 6ee38e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
compiler:
- { name: "g++-11", cxx: "g++-11" }
- { name: "g++-12", cxx: "g++-12" }
- { name: "clang", cxx: "clang++"}
install-libcommute: [true, false]

Expand Down

0 comments on commit 6ee38e5

Please sign in to comment.