Skip to content

Commit fabe410

Browse files
committed
chore: bump ios device simulator to iPhone 14
1 parent aa889a8 commit fabe410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
working-directory: example/ios
2626
- name: Build iOS test app
2727
run: |
28-
device_name='iPhone 13'
28+
device_name='iPhone 14'
2929
device=$(xcrun simctl list devices "${device_name}" available | grep "${device_name} (")
3030
re='\(([-0-9A-Fa-f]+)\)'
3131
[[ $device =~ $re ]] || exit 1

0 commit comments

Comments
 (0)