From 0d832c48b178e3f185798ad53ed7221a254f0e6b Mon Sep 17 00:00:00 2001 From: shinra-electric <50119606+shinra-electric@users.noreply.github.com> Date: Thu, 7 May 2026 12:44:07 +0100 Subject: [PATCH] CI: Disable fail-fast for macOS builds (#1901) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66329d0a..c1afde6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -207,6 +207,7 @@ jobs: build-macos: runs-on: macos-14 strategy: + fail-fast: false matrix: arch: [x86_64, arm64] steps: