Skip to content

Commit 62e57ac

Browse files
committed
WIP
1 parent 76cf4ad commit 62e57ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@ jobs:
167167
name: "[Debug] List Available Installable Runtimes"
168168
run: xcodes runtimes --include-betas
169169

170-
- if: ${{ matrix.install }}
171-
name: Select Xcode for installing runtimes
172-
run: sudo xcodes select 16.4
173-
174170
- if: ${{ matrix.install }}
175171
name: Install Required Runtime (${{ matrix.runtime }})
176172
uses: nick-fields/retry@v3
@@ -179,9 +175,6 @@ jobs:
179175
max_attempts: 3
180176
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
181177

182-
- name: Select Xcode version
183-
run: sudo xcodes select ${{ matrix.xcode }}
184-
185178
- name: "[Debug] List Available Runtimes, Simulators, and Destinations"
186179
run: |
187180
xcrun simctl list

0 commit comments

Comments
 (0)