From 838f0c74c3af87ca523c0f86e37b0e6f5a4603a9 Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Tue, 8 Oct 2024 15:12:11 -0400 Subject: [PATCH] remove fail-fast to at least publish what we can --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 296a7fc..d5fbc71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: + fail-fast: false # macos-13 is an intel runner, macos-14 is apple silicon os: [ubuntu-latest, macos-13, macos-14] steps: