ci: Drop gcc-12

Setup script unable to install gcc-12 under ubuntu-20.04.
This commit is contained in:
Krystine Sherwin 2024-03-21 11:04:24 +13:00
parent 6f602e79d4
commit 0720020226
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

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'