From 0720020226426838c8f670b8288b71284244ed16 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:04:24 +1300 Subject: [PATCH] ci: Drop gcc-12 Setup script unable to install gcc-12 under ubuntu-20.04. --- .github/workflows/test-compile.yml | 3 --- 1 file changed, 3 deletions(-) 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'