Skip to content

Commit

Permalink
ci: 👷 remove g++-11 from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jontitorr committed Dec 10, 2023
1 parent 8d2cc11 commit 63df70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
arch: [amd64]
gcc-version: ["g++-9", "g++-10", "g++-11", "g++-12"]
gcc-version: ["g++-9", "g++-10", "g++-12"]
os: ["ubuntu-22.04"]

steps:
Expand Down

0 comments on commit 63df70e

Please sign in to comment.