Skip to content

Commit 0df5da2

Browse files
committed
WIP
1 parent 26f13bd commit 0df5da2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,7 @@ jobs:
158158
with:
159159
timeout_minutes: 15
160160
max_attempts: 3
161-
command: |
162-
sudo xcodes runtimes --include-betas
163-
sudo xcodes runtimes install '${{ matrix.runtime }}'
161+
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
164162

165163
- name: "[Debug] List Available Runtimes, Simulators, and Destinations"
166164
run: |

0 commit comments

Comments
 (0)