Skip to content

Commit

Permalink
Set Linux and macOS to fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen authored Nov 1, 2024
1 parent a14b97b commit 80dba8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:

strategy:
max-parallel: 12
fail-fast: false ####
matrix:
boards: ${{ fromJSON(needs.Linux-Arch.outputs.selected_builds) }}

Expand Down Expand Up @@ -213,6 +214,7 @@ jobs:
if: ${{ needs.macOS-Arch.outputs.skip_all_builds != '1' }}
strategy:
max-parallel: 2
fail-fast: false ####
matrix:
boards: ${{ fromJSON(needs.macOS-Arch.outputs.selected_builds) }}
steps:
Expand Down Expand Up @@ -385,4 +387,4 @@ jobs:
with:
name: msvc-builds
path: buildartifacts/
continue-on-error: true
continue-on-error: true

0 comments on commit 80dba8b

Please sign in to comment.