From ccc8d685b2063d17317989f2f701c9556b8c70b5 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Fri, 28 Nov 2025 10:59:52 +0100 Subject: [PATCH] Don't fail-fast in the pipeline matrix --- .github/workflows/create-artifact.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-artifact.yml b/.github/workflows/create-artifact.yml index 8a26cb1..125e89b 100644 --- a/.github/workflows/create-artifact.yml +++ b/.github/workflows/create-artifact.yml @@ -9,6 +9,7 @@ jobs: runs-on: ${{ matrix.runner }} strategy: + fail-fast: false matrix: include: - os: macos