Skip to content

Commit 77d5237

Browse files
committed
ci: limit matrix platform for ios 26 sdk
1 parent bcf0e9c commit 77d5237

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Set xcode version
4141
run: sudo xcode-select -s "/Applications/Xcode_26_beta_6.app" # https://github.com/actions/runner-images/blob/main/images/macos/macos-15-arm64-Readme.md#xcode
4242
- run: xcodebuild -downloadPlatform iOS # Temporary fix for Xcode_26_beta
43+
if: matrix.platform == 'ios'
4344
- name: Run fastlane
4445
id: fastlane
4546
working-directory: ./fastlane

0 commit comments

Comments
 (0)