We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451e615 commit ac1d924Copy full SHA for ac1d924
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
linux:
33
name: 'Linux'
34
strategy:
35
+ fail-fast: false
36
matrix:
37
ci:
38
- cxx_compiler: g++
@@ -298,6 +299,7 @@ jobs:
298
299
run:
300
shell: msys2 {0}
301
302
303
304
build_type: ['Debug', 'Release']
305
@@ -345,6 +347,7 @@ jobs:
345
347
windows-msvc:
346
348
name: 'Windows (Visual Studio)'
349
350
351
352
353
- build_type: Debug
@@ -393,6 +396,7 @@ jobs:
393
396
macos:
394
397
name: 'macOS clang'
395
398
399
400
401
xcode: [11.7, 12.4, 13.2.1]
402
cxxstd: [14]
0 commit comments