Skip to content

Commit d24a7f6

Browse files
committed
Switch which simulator is used for iOS CI tests
1 parent 4a06b02 commit d24a7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ plist_get() {
235235

236236
iphone_name() {
237237
if (( $(xcode_version_major) < 16 )); then
238-
echo 'iPhone 14'
238+
echo 'iPhone 15'
239239
else
240240
echo 'iPhone 16'
241241
fi

0 commit comments

Comments
 (0)