From 4b6d16dd12c2e36300054eed4659a1c3a6fd8534 Mon Sep 17 00:00:00 2001 From: Jannick Kremer Date: Sun, 13 Oct 2024 10:31:07 +0200 Subject: [PATCH] CI: Deactivate fail-fast for Mac builds This prevents one failing build from cancelling the other. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ea8f741a..d7d99cff6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,6 +59,7 @@ jobs: name: Build for MacOS (${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [macos-13, macos-14] steps: