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.
2 parents aa889a8 + fabe410 commit 0b60588Copy full SHA for 0b60588
.github/workflows/ios-ci.yml
@@ -25,7 +25,7 @@ jobs:
25
working-directory: example/ios
26
- name: Build iOS test app
27
run: |
28
- device_name='iPhone 13'
+ device_name='iPhone 14'
29
device=$(xcrun simctl list devices "${device_name}" available | grep "${device_name} (")
30
re='\(([-0-9A-Fa-f]+)\)'
31
[[ $device =~ $re ]] || exit 1
0 commit comments