From 10a2d75222ce255c3e12a233384e4c7516109712 Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Tue, 8 Oct 2024 15:13:23 -0400 Subject: [PATCH] statement out of order --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5fbc71..661bf2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,8 +34,8 @@ jobs: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: - fail-fast: false # macos-13 is an intel runner, macos-14 is apple silicon os: [ubuntu-latest, macos-13, macos-14] steps: