diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b8f60af..49cbe572 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer strategy: + fail-fast: false matrix: include: - swift: "5.6" @@ -44,6 +45,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer strategy: + fail-fast: false matrix: include: - os: "15.4" @@ -80,6 +82,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_13.3.1.app/Contents/Developer strategy: + fail-fast: false matrix: include: - example: "Maps" @@ -95,6 +98,7 @@ jobs: env: DEVELOPER_DIR: /Applications/Xcode_13.3.1.app/Contents/Developer strategy: + fail-fast: false matrix: include: - target: "arm64-apple-ios15.4-simulator"