diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 5b0c716f0..ae48c6180 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -74,9 +74,6 @@ jobs: - os: ubuntu-20.04 compiler: 'clang-17' cpp_std: 'c++11' - - os: ubuntu-20.04 - compiler: 'gcc-12' - cpp_std: 'c++11' - os: ubuntu-20.04 compiler: 'gcc-13' cpp_std: 'c++11'