Skip to content

Commit

Permalink
do not fail if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed May 12, 2024
1 parent f8452cd commit 818dc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
platforms: linux/amd64
build-osx:
strategy:
fail-fast: true
fail-fast: false
matrix:
platform: [ 'arm64', 'x86_64' ]
runs-on: ${{ matrix.platform == 'arm64' && 'macos-14' || 'macos-13' }}
Expand Down

0 comments on commit 818dc39

Please sign in to comment.