Skip to content

Commit

Permalink
linux_and_macos.yml: Use gcc-12 instead of gcc-11
Browse files Browse the repository at this point in the history
The GitHub macOS 12 image has just dropped gcc-11:
actions/runner-images@4e6e715
  • Loading branch information
edgar-bonet committed Aug 19, 2024
1 parent 292025a commit aa975fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
clang_repo_suffix: null
make: bmake
runs-on: ubuntu-22.04
- cc: gcc-11
- cc: gcc-12
clang_major_version: null
clang_repo_suffix: null
make: make
Expand Down

0 comments on commit aa975fc

Please sign in to comment.