Skip to content

Commit 4bd6408

Browse files
committed
CI
1 parent b6db414 commit 4bd6408

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,12 @@ jobs:
145145
- name: Set environment variables
146146
run: echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
147147

148-
- name: Select Xcode version
148+
- name: Select Xcode ${{ matrix.xcode }}
149149
run: sudo xcodes select ${{ matrix.xcode }}
150150

151-
- name: When Xcode 26 is selected, uninstall and re-install 2026 runtimes
152-
if: ${{ matrix.xcode == '26.0' }}
153-
run: |
154-
xcodebuild -downloadAllPlatforms
151+
- if: ${{ matrix.xcode == '26.0' }}
152+
name: Install 2026 Runtime
153+
run: xcodebuild -downloadPlatform ${{ matrix.platform[0] }}
155154

156155
- if: ${{ matrix.install }}
157156
name: "[Debug] List Available Installable Runtimes"

0 commit comments

Comments
 (0)