Skip to content

Commit

Permalink
[skip ci] add fail-fast back
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored Oct 29, 2024
1 parent 2f92351 commit 3857d17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
runs-on: ${{ matrix.runner }}
timeout-minutes: 90
strategy:
fail-fast: false
matrix:
include:
- runner: macos-13-large
Expand Down Expand Up @@ -115,7 +114,6 @@ jobs:
name: Linux
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
include:
- lto_flag: ""
Expand Down Expand Up @@ -180,7 +178,6 @@ jobs:

windows:
strategy:
fail-fast: false
matrix:
include:
- runner: windows
Expand Down Expand Up @@ -228,7 +225,6 @@ jobs:
name: Linux
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
include:
- lto_flag: ""
Expand Down

0 comments on commit 3857d17

Please sign in to comment.