|
28 | 28 | linux-compat-use-openssl: |
29 | 29 | runs-on: ubuntu-24.04 # latest |
30 | 30 | strategy: |
| 31 | + fail-fast: false |
31 | 32 | matrix: |
32 | 33 | image: |
33 | 34 | - fedora-34-x64 |
|
76 | 77 | linux-compiler-compat: |
77 | 78 | runs-on: ubuntu-24.04 # latest |
78 | 79 | strategy: |
| 80 | + fail-fast: false |
79 | 81 | matrix: |
80 | 82 | compiler: |
81 | 83 | - clang-6 |
@@ -130,6 +132,7 @@ jobs: |
130 | 132 | std-compat: |
131 | 133 | runs-on: ubuntu-24.04 # latest |
132 | 134 | strategy: |
| 135 | + fail-fast: false |
133 | 136 | matrix: |
134 | 137 | compiler: [gcc-8, clang-9] |
135 | 138 | cxx-std: ["11", "14", "17", "20"] |
@@ -160,6 +163,7 @@ jobs: |
160 | 163 | linux-shared-libs: |
161 | 164 | runs-on: ubuntu-24.04 # latest |
162 | 165 | strategy: |
| 166 | + fail-fast: false |
163 | 167 | matrix: |
164 | 168 | compiler: [gcc-4.8, gcc-11] # oldest, latest |
165 | 169 | steps: |
@@ -239,6 +243,7 @@ jobs: |
239 | 243 | windows-vc17: |
240 | 244 | runs-on: windows-2025 # latest |
241 | 245 | strategy: |
| 246 | + fail-fast: false |
242 | 247 | matrix: |
243 | 248 | arch: [x86, x64] |
244 | 249 | steps: |
@@ -339,6 +344,7 @@ jobs: |
339 | 344 | name: Cross Compile ${{matrix.arch}} |
340 | 345 | runs-on: ubuntu-24.04 # latest |
341 | 346 | strategy: |
| 347 | + fail-fast: false |
342 | 348 | matrix: |
343 | 349 | arch: [linux-armv6, linux-armv7, linux-arm64, android-armv7] |
344 | 350 |
|
@@ -389,6 +395,7 @@ jobs: |
389 | 395 | clang-sanitizers: |
390 | 396 | runs-on: ubuntu-24.04 # latest |
391 | 397 | strategy: |
| 398 | + fail-fast: false |
392 | 399 | matrix: |
393 | 400 | sanitizers: ["thread", "address,undefined"] |
394 | 401 | steps: |
|
0 commit comments