Skip to content

Commit

Permalink
Remove gcc-11 for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Jul 1, 2024
1 parent 413994e commit 98fc16a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/native-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
compiler: [ [gcc-11, g++-11, 'gcc-11 g++-11', broadwell ],
[gcc-10, g++-10, 'gcc-10 g++-10', broadwell ],
compiler: [ [gcc-10, g++-10, 'gcc-10 g++-10', broadwell ],
[gcc-9, g++-9, 'gcc-9 g++-9', broadwell ],
[gcc-8, g++-8, 'gcc-8 g++-8', broadwell ],
[gcc-7, g++-7, 'gcc-7 g++-7', broadwell ],
Expand Down

0 comments on commit 98fc16a

Please sign in to comment.