Skip to content

Commit

Permalink
Merged revision(s) 20293 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Mod] build: CI: GitHub: Disable fail-fast for matrix runners.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20294 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Mar 8, 2024
1 parent f1a6262 commit facc8bd
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 @@ -8,6 +8,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 @@ -8,6 +8,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 @@ -8,6 +8,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 @@ -8,6 +8,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 facc8bd

Please sign in to comment.