Skip to content

Commit a503938

Browse files
authored
[CI] Fix iOS/tvOS 13 checks (#257)
1 parent 84196ba commit a503938

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
include:
5858
- platform: [ios, 13]
5959
runtime: iOS 13.7
60+
os: macos-12
61+
xcode: 14.2
6062
install: true
6163
- platform: [ios, 14]
6264
runtime: iOS 14.5
@@ -70,6 +72,8 @@ jobs:
7072

7173
- platform: [tvos, 13]
7274
runtime: tvOS 13.4
75+
os: macos-12
76+
xcode: 14.2
7377
install: true
7478
- platform: [tvos, 14]
7579
runtime: tvOS 14.5
@@ -117,8 +121,8 @@ jobs:
117121
max_attempts: 3
118122
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
119123

120-
- name: List Available Simulators
121-
run: xcrun simctl list devices available
124+
- name: List Available Runtimes and Simulators
125+
run: xcrun simctl list
122126

123127
- if: ${{ join(matrix.platform, ' ') != 'macos 11' }}
124128
name: Build Showcase

0 commit comments

Comments
 (0)