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 84196ba commit a503938Copy full SHA for a503938
.github/workflows/ci.yml
@@ -57,6 +57,8 @@ jobs:
57
include:
58
- platform: [ios, 13]
59
runtime: iOS 13.7
60
+ os: macos-12
61
+ xcode: 14.2
62
install: true
63
- platform: [ios, 14]
64
runtime: iOS 14.5
@@ -70,6 +72,8 @@ jobs:
70
72
71
73
- platform: [tvos, 13]
74
runtime: tvOS 13.4
75
76
77
78
- platform: [tvos, 14]
79
runtime: tvOS 14.5
@@ -117,8 +121,8 @@ jobs:
117
121
max_attempts: 3
118
122
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
119
123
120
- - name: List Available Simulators
- run: xcrun simctl list devices available
124
+ - name: List Available Runtimes and Simulators
125
+ run: xcrun simctl list
126
127
- if: ${{ join(matrix.platform, ' ') != 'macos 11' }}
128
name: Build Showcase
0 commit comments