We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6db414 commit 4bd6408Copy full SHA for 4bd6408
.github/workflows/ci.yml
@@ -145,13 +145,12 @@ jobs:
145
- name: Set environment variables
146
run: echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
147
148
- - name: Select Xcode version
+ - name: Select Xcode ${{ matrix.xcode }}
149
run: sudo xcodes select ${{ matrix.xcode }}
150
151
- - name: When Xcode 26 is selected, uninstall and re-install 2026 runtimes
152
- if: ${{ matrix.xcode == '26.0' }}
153
- run: |
154
- xcodebuild -downloadAllPlatforms
+ - if: ${{ matrix.xcode == '26.0' }}
+ name: Install 2026 Runtime
+ run: xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
155
156
- if: ${{ matrix.install }}
157
name: "[Debug] List Available Installable Runtimes"
0 commit comments