We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf0e9c commit 77d5237Copy full SHA for 77d5237
1 file changed
.github/workflows/deployment.yaml
@@ -40,6 +40,7 @@ jobs:
40
- name: Set xcode version
41
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
42
- run: xcodebuild -downloadPlatform iOS # Temporary fix for Xcode_26_beta
43
+ if: matrix.platform == 'ios'
44
- name: Run fastlane
45
id: fastlane
46
working-directory: ./fastlane
0 commit comments