ci: Drop gcc-12

Setup script unable to install gcc-12 under ubuntu-20.04.
This commit is contained in:
Krystine Sherwin
2024-05-10 09:51:37 +12:00
parent 6f602e79d4
commit 0720020226
-3
View File
@@ -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'