Skip to content

Commit

Permalink
[Mod] build: CI: GitHub: Disable fail-fast for matrix runners.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20293 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Mar 8, 2024
1 parent 24c0152 commit 96c9eb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/FreeBSD-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:

strategy:
fail-fast: false
matrix:
include:
- { version: '14.0', deps: sys }
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/NetBSD-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:

strategy:
fail-fast: false
matrix:
include:
- { version: '9.3', deps: sys }
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/OpenBSD-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
build:

strategy:
fail-fast: false
matrix:
include:
- { version: '7.4', deps: sys }
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macOS-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
include:
- { host: macos-14, compiler: '15.2', arch: '' , target: '' , deps: sys, check: true }
Expand Down

0 comments on commit 96c9eb5

Please sign in to comment.