Skip to content

Commit b30d606

Browse files
committed
reduce due to limitations of LTS 22.04
1 parent bd9fc84 commit b30d606

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
include:
6262
- gcc: 11 # baseline compatibility with ubuntu LTS 22.04
6363
plugins: "default"
64-
- gcc: 13 # future compatibility with ubuntu LTS 24.04
65-
plugins: "all"
66-
- gcc: 15 # cutting-edge
64+
- gcc: 12 # highest available in ubuntu 22.04
6765
plugins: "all"
6866

6967
test-windows:

0 commit comments

Comments
 (0)