We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e037af8 commit ed7c62dCopy full SHA for ed7c62d
.github/workflows/build.yml
@@ -7,6 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
container: gcc:${{matrix.gcc_version}}
9
strategy:
10
+ fail-fast: false
11
matrix:
12
gcc_version: [5, 6, 7, 8, 9, 10, 11, 12]
13
cmake_version: ["3.25.2"]
0 commit comments