diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 87f017f09..6791a07be 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -34,9 +34,7 @@ jobs: - 'gcc-10' # newest, make sure to update maximum standard step to match - 'clang-19' - - 'gcc-13' - 'gcc-14' - - 'gcc-15' include: # macOS - os: macos-13 @@ -71,7 +69,7 @@ jobs: # maximum standard, only on newest compilers - name: Build C++20 - if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-13' }} + if: ${{ matrix.compiler == 'clang-19' || matrix.compiler == 'gcc-14' }} shell: bash run: | make config-$CC_SHORT