Skip to content

Commit 182ba14

Browse files
committed
Workflows fail-fast false
1 parent d84800e commit 182ba14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
macOS-minimal:
99
runs-on: ${{ matrix.os }}
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
os: [macos-latest, macos-10.15, macos-11]
1314
steps:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
build:
99
runs-on: ${{ matrix.os }}
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
os: [ubuntu-latest, ubuntu-18.04, ubuntu-20.04]
1314
steps:

0 commit comments

Comments
 (0)