From 3f59736a152f74d5f86e353b90d8fc30a3a4f91d Mon Sep 17 00:00:00 2001 From: MilkeeyCat Date: Mon, 26 Feb 2024 10:18:09 +0200 Subject: [PATCH] ci: use `fail-fast: false` --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 04d26477ea..30d780ee3d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -6,6 +6,7 @@ jobs: build-cmake: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-20.04] include: @@ -108,6 +109,7 @@ jobs: build-bam: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macOS-latest, windows-latest]