Author: manx
Date: Fri Mar 8 16:38:34 2024
New Revision: 20294
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20294
Log:
Merged revision(s) 20293 from trunk/OpenMPT:
[Mod] build: CI: GitHub: Disable fail-fast for matrix runners.
........
Modified:
branches/OpenMPT-1.31/ (props changed)
branches/OpenMPT-1.31/.github/workflows/FreeBSD-Makefile.yml
branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml
branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml
branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml
Modified: branches/OpenMPT-1.31/.github/workflows/FreeBSD-Makefile.yml
==============================================================================
--- branches/OpenMPT-1.31/.github/workflows/FreeBSD-Makefile.yml Fri Mar 8 16:38:10 2024 (r20293)
+++ branches/OpenMPT-1.31/.github/workflows/FreeBSD-Makefile.yml Fri Mar 8 16:38:34 2024 (r20294)
@@ -8,6 +8,7 @@
build:
strategy:
+ fail-fast: false
matrix:
include:
- { version: '14.0', deps: sys }
Modified: branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml
==============================================================================
--- branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Fri Mar 8 16:38:10 2024 (r20293)
+++ branches/OpenMPT-1.31/.github/workflows/NetBSD-Makefile.yml Fri Mar 8 16:38:34 2024 (r20294)
@@ -8,6 +8,7 @@
build:
strategy:
+ fail-fast: false
matrix:
include:
- { version: '9.3', deps: sys }
Modified: branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml
==============================================================================
--- branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Fri Mar 8 16:38:10 2024 (r20293)
+++ branches/OpenMPT-1.31/.github/workflows/OpenBSD-Makefile.yml Fri Mar 8 16:38:34 2024 (r20294)
@@ -8,6 +8,7 @@
build:
strategy:
+ fail-fast: false
matrix:
include:
- { version: '7.4', deps: sys }
Modified: branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml
==============================================================================
--- branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Fri Mar 8 16:38:10 2024 (r20293)
+++ branches/OpenMPT-1.31/.github/workflows/macOS-Makefile.yml Fri Mar 8 16:38:34 2024 (r20294)
@@ -8,6 +8,7 @@
jobs:
build:
strategy:
+ fail-fast: false
matrix:
include:
- { host: macos-14, compiler: '15.2', arch: '' , target: '' , deps: sys, check: true }
|