@@ -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