Skip to content

Commit

Permalink
remove g++-9
Browse files Browse the repository at this point in the history
  • Loading branch information
Stig Rune Sellevag committed Aug 8, 2023
1 parent 525620d commit 5685be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
compiler: [g++-9, g++-10, g++-11, clang++-12, clang++-13, clang++-14]
compiler: [g++-10, g++-11, clang++-12, clang++-13, clang++-14]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5685be0

Please sign in to comment.