We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9fc84 commit b30d606Copy full SHA for b30d606
1 file changed
.github/workflows/test.yml
@@ -61,9 +61,7 @@ jobs:
61
include:
62
- gcc: 11 # baseline compatibility with ubuntu LTS 22.04
63
plugins: "default"
64
- - gcc: 13 # future compatibility with ubuntu LTS 24.04
65
- plugins: "all"
66
- - gcc: 15 # cutting-edge
+ - gcc: 12 # highest available in ubuntu 22.04
67
plugins: "all"
68
69
test-windows:
0 commit comments