Skip to content

Commit 664cd5e

Browse files
committed
WIP
1 parent 7de3b51 commit 664cd5e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,14 @@ jobs:
170170
max_attempts: 3
171171
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
172172

173-
- name: "List Available Runtimes, Simulators, and Destinations"
173+
- if: ${{ matrix.platform[0] != 'macOS' }}
174+
name: Create Required Simulators
175+
run: |
176+
set -eo pipefail
177+
xcrun simctl delete all
178+
fastlane create_simulators platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }}
179+
180+
- name: List Available Runtimes, Simulators, and Destinations
174181
run: |
175182
xcrun simctl list
176183
xcodebuild -scheme "SwiftUIIntrospect" -showdestinations

0 commit comments

Comments
 (0)