Skip to content

Commit 01f2881

Browse files
committed
turn off fail-fast so the tests can continue running
* fix issue where if macos-15-intel fails, arm64 is cancelled before it can finish
1 parent ce53495 commit 01f2881

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
needs: build-macos
100100
runs-on: ${{ matrix.image }}
101101
strategy:
102+
fail-fast: false
102103
matrix:
103104
BuildReleases: [Release-x86_64, Release-arm64]
104105
include:

0 commit comments

Comments
 (0)