Skip to content

Commit

Permalink
CI: Disable fail-fast (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston authored Jun 20, 2024
1 parent 451e615 commit ac1d924
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
linux:
name: 'Linux'
strategy:
fail-fast: false
matrix:
ci:
- cxx_compiler: g++
Expand Down Expand Up @@ -298,6 +299,7 @@ jobs:
run:
shell: msys2 {0}
strategy:
fail-fast: false
matrix:
build_type: ['Debug', 'Release']

Expand Down Expand Up @@ -345,6 +347,7 @@ jobs:
windows-msvc:
name: 'Windows (Visual Studio)'
strategy:
fail-fast: false
matrix:
ci:
- build_type: Debug
Expand Down Expand Up @@ -393,6 +396,7 @@ jobs:
macos:
name: 'macOS clang'
strategy:
fail-fast: false
matrix:
xcode: [11.7, 12.4, 13.2.1]
cxxstd: [14]
Expand Down

0 comments on commit ac1d924

Please sign in to comment.