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 7b95bb2 commit 94dac6fCopy full SHA for 94dac6f
.github/workflows/build_and_test.yml
@@ -24,6 +24,8 @@ jobs:
24
- uses: actions/checkout@v4
25
- name: Select Xcode version
26
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
27
+ - name: List Available Simulators
28
+ run: xcrun simctl list
29
- name: Build
30
run: |
31
set -o pipefail &&\
0 commit comments