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 502f031 commit d8d4bc1Copy full SHA for d8d4bc1
.github/workflows/ci.yml
@@ -52,8 +52,8 @@ jobs:
52
- name: Select Xcode version
53
run: sudo xcodes select ${{ matrix.xcode }}
54
55
- - name: List Runtimes & Simulators
56
- run: xcrun simctl list
+ - name: List Runtimes
+ run: xcrun simctl list runtimes
57
58
- if: matrix.platform != 'mac-catalyst'
59
name: Download Required Runtimes
0 commit comments