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