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 a333bae commit ff2f297Copy full SHA for ff2f297
.github/workflows/ci.yml
@@ -151,14 +151,7 @@ jobs:
151
- name: When Xcode 26 is selected, uninstall and re-install 2026 runtimes
152
if: ${{ matrix.xcode == '26.0' }}
153
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'
+ xcodebuild -downloadAllPlatforms
162
163
- if: ${{ matrix.install }}
164
name: "[Debug] List Available Installable Runtimes"
0 commit comments