Skip to content

Commit 94dac6f

Browse files
committed
Update GitHub workflow
1 parent 7b95bb2 commit 94dac6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- name: Select Xcode version
2626
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
27+
- name: List Available Simulators
28+
run: xcrun simctl list
2729
- name: Build
2830
run: |
2931
set -o pipefail &&\

0 commit comments

Comments
 (0)