Skip to content

Commit c59c244

Browse files
committed
Fix script
1 parent 2443eb1 commit c59c244

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ios-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
include:
16-
- xcode_version: '15.4'
16+
- xcode_version: '16.2'
1717
ios_name: 'iPhone 15 Pro'
1818
os_version: '17.5'
1919

@@ -45,6 +45,13 @@ jobs:
4545
- name: Clean Derived Data
4646
run: rm -rf ~/Library/Developer/Xcode/DerivedData
4747

48+
- name: List available simulators
49+
run: |
50+
echo "Available iOS Simulators:"
51+
xcrun simctl list devices
52+
echo "Available runtimes:"
53+
xcrun simctl list runtimes
54+
4855
- name: Install Pods
4956
working-directory: Example
5057
run: pod install

0 commit comments

Comments
 (0)