We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb377a commit 5ed13c4Copy full SHA for 5ed13c4
.github/workflows/build_linux.yml
@@ -8,6 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
toolchain:
11
+ - {compiler: gcc, version: 10}
12
- {compiler: gcc, version: 11}
13
- {compiler: gcc, version: 12}
14
- {compiler: gcc, version: 13}
0 commit comments