Skip to content

Commit 786ba5e

Browse files
committed
github: don't fail fast in matrix builds
OSes tend to have different build failures, so it is helpful to not cancel the reset of the builds when one fails.
1 parent 5c1e3a5 commit 786ba5e

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/publish-v5.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-22.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-latest]
26+
fail-fast: false
2627

2728
steps:
2829
- uses: actions/checkout@v5

.github/workflows/publish-v6.1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-22.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-latest]
26+
fail-fast: false
2627

2728
steps:
2829
- uses: actions/checkout@v5

.github/workflows/publish-v6.2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-22.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-latest]
26+
fail-fast: false
2627

2728
steps:
2829
- uses: actions/checkout@v5

.github/workflows/publish-v6.3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-22.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-latest]
26+
fail-fast: false
2627

2728
steps:
2829
- uses: actions/checkout@v5

.github/workflows/publish-v6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-22.04, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-latest]
26+
fail-fast: false
2627

2728
steps:
2829
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)