Skip to content

Commit

Permalink
ci: Drop gcc-12
Browse files Browse the repository at this point in the history
Setup script unable to install gcc-12 under ubuntu-20.04.
  • Loading branch information
KrystalDelusion committed Mar 20, 2024
1 parent 8ca58c5 commit 907a96a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,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'
Expand Down

0 comments on commit 907a96a

Please sign in to comment.