Skip to content

Commit

Permalink
Disable testing on compilers not longer part of ubuntu-latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Oct 3, 2023
1 parent 835b404 commit 49f6df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
fail-fast: false
matrix:
compiler:
- g++-9
# - g++-9
- g++-10
- g++-11
- g++-12
- clang++-12
# - clang++-12
- clang++-13
- clang++-14
cmake_args:
Expand Down

0 comments on commit 49f6df6

Please sign in to comment.