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 26f13bd commit 0df5da2Copy full SHA for 0df5da2
.github/workflows/ci.yml
@@ -158,9 +158,7 @@ jobs:
158
with:
159
timeout_minutes: 15
160
max_attempts: 3
161
- command: |
162
- sudo xcodes runtimes --include-betas
163
- sudo xcodes runtimes install '${{ matrix.runtime }}'
+ command: sudo xcodes runtimes install '${{ matrix.runtime }}'
164
165
- name: "[Debug] List Available Runtimes, Simulators, and Destinations"
166
run: |
0 commit comments