Skip to content

Commit 3bbf8ae

Browse files
author
snowberryfield
committed
CI: Update github actions case.
1 parent c7860b4 commit 3bbf8ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ jobs:
2525
- { os: ubuntu-24.04, cc: clang-18, cxx: clang++-18 } # 18.1.3
2626
# For macOS 12, the available compilers are specified according to
2727
# https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md
28-
- { os: macos-12, cc: gcc-11, cxx: g++-11 } # 11.4.0
28+
#- { os: macos-12, cc: gcc-11, cxx: g++-11 } # 11.4.0
2929
- { os: macos-12, cc: gcc-12, cxx: g++-12 } # 12.4.0
3030
#- { os: macos-12, cc: gcc-13, cxx: g++-13 } # 13.3.0
3131
- { os: macos-12, cc: gcc-14, cxx: g++-14 } # 14.1.0_2
3232
# For macOS 13, the available compilers are specified according to
3333
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
34-
- { os: macos-13, cc: gcc-11, cxx: g++-11 } # 11.4.0
34+
#- { os: macos-13, cc: gcc-11, cxx: g++-11 } # 11.4.0
3535
- { os: macos-13, cc: gcc-12, cxx: g++-12 } # 12.4.0
3636
#- { os: macos-13, cc: gcc-13, cxx: g++-13 } # 13.3.0
3737
- { os: macos-13, cc: gcc-14, cxx: g++-14 } # 14.1.0_2
3838
# For macOS 13, the available compilers are specified according to
3939
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
40-
- { os: macos-14, cc: gcc-11, cxx: g++-11 } # 11.4.0
40+
#- { os: macos-14, cc: gcc-11, cxx: g++-11 } # 11.4.0
4141
- { os: macos-14, cc: gcc-12, cxx: g++-12 } # 12.4.0
4242
- { os: macos-14, cc: gcc-13, cxx: g++-13 } # 13.3.0
4343
- { os: macos-14, cc: gcc-14, cxx: g++-14 } # 14.1.0_2

0 commit comments

Comments
 (0)