Skip to content

Commit aa975fc

Browse files
committed
linux_and_macos.yml: Use gcc-12 instead of gcc-11
The GitHub macOS 12 image has just dropped gcc-11: actions/runner-images@4e6e715
1 parent 292025a commit aa975fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
clang_repo_suffix: null
3838
make: bmake
3939
runs-on: ubuntu-22.04
40-
- cc: gcc-11
40+
- cc: gcc-12
4141
clang_major_version: null
4242
clang_repo_suffix: null
4343
make: make

0 commit comments

Comments
 (0)