From facc8bd11f4d28cc196a5e1cd661eb5e6fa2f50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Fri, 8 Mar 2024 15:38:34 +0000 Subject: [PATCH] Merged revision(s) 20293 from trunk/OpenMPT: [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 --- .github/workflows/FreeBSD-Makefile.yml | 1 + .github/workflows/NetBSD-Makefile.yml | 1 + .github/workflows/OpenBSD-Makefile.yml | 1 + .github/workflows/macOS-Makefile.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/FreeBSD-Makefile.yml b/.github/workflows/FreeBSD-Makefile.yml index bf609d8a513..d8296b57406 100644 --- a/.github/workflows/FreeBSD-Makefile.yml +++ b/.github/workflows/FreeBSD-Makefile.yml @@ -8,6 +8,7 @@ jobs: build: strategy: + fail-fast: false matrix: include: - { version: '14.0', deps: sys } diff --git a/.github/workflows/NetBSD-Makefile.yml b/.github/workflows/NetBSD-Makefile.yml index 93d39ee9d5d..44eed33eea9 100644 --- a/.github/workflows/NetBSD-Makefile.yml +++ b/.github/workflows/NetBSD-Makefile.yml @@ -8,6 +8,7 @@ jobs: build: strategy: + fail-fast: false matrix: include: - { version: '9.3', deps: sys } diff --git a/.github/workflows/OpenBSD-Makefile.yml b/.github/workflows/OpenBSD-Makefile.yml index 4d2c8a4a432..c16ee728390 100644 --- a/.github/workflows/OpenBSD-Makefile.yml +++ b/.github/workflows/OpenBSD-Makefile.yml @@ -8,6 +8,7 @@ jobs: build: strategy: + fail-fast: false matrix: include: - { version: '7.4', deps: sys } diff --git a/.github/workflows/macOS-Makefile.yml b/.github/workflows/macOS-Makefile.yml index ab77c0f83e8..73c88baf955 100644 --- a/.github/workflows/macOS-Makefile.yml +++ b/.github/workflows/macOS-Makefile.yml @@ -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 }