Skip to content

Commit 818dc39

Browse files
committed
do not fail if one fails
1 parent f8452cd commit 818dc39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
platforms: linux/amd64
121121
build-osx:
122122
strategy:
123-
fail-fast: true
123+
fail-fast: false
124124
matrix:
125125
platform: [ 'arm64', 'x86_64' ]
126126
runs-on: ${{ matrix.platform == 'arm64' && 'macos-14' || 'macos-13' }}

0 commit comments

Comments
 (0)