Skip to content

Commit 4db03a8

Browse files
committed
Disable fail-fast.
1 parent bfcbebd commit 4db03a8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
name: ${{ matrix.target }}
2020
runs-on: macOS-latest
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
target: [ "iOS", "MacCatalyst", "tvOS", "visionOS", "watchOS" ]
2425
steps:

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
PACKAGE_VERSION: ${{ steps.build-vars.outputs.PACKAGE_VERSION }}
1616
BUILD_NUMBER: ${{ steps.build-vars.outputs.BUILD_NUMBER }}
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
target: [ "iOS", "MacCatalyst", "tvOS", "visionOS", "watchOS" ]
2021
steps:

0 commit comments

Comments
 (0)