Skip to content

Commit ff2f297

Browse files
committed
CI
1 parent a333bae commit ff2f297

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,7 @@ jobs:
151151
- name: When Xcode 26 is selected, uninstall and re-install 2026 runtimes
152152
if: ${{ matrix.xcode == '26.0' }}
153153
run: |
154-
script/remove-runtime iOS 26.0
155-
script/remove-runtime tvOS 26.0
156-
script/remove-runtime watchOS 26.0
157-
script/remove-runtime visionOS 26.0
158-
sudo xcodes runtimes install 'iOS 26.0'
159-
sudo xcodes runtimes install 'tvOS 26.0'
160-
sudo xcodes runtimes install 'watchOS 26.0'
161-
sudo xcodes runtimes install 'visionOS 26.0'
154+
xcodebuild -downloadAllPlatforms
162155
163156
- if: ${{ matrix.install }}
164157
name: "[Debug] List Available Installable Runtimes"

0 commit comments

Comments
 (0)