Skip to content

Commit 1887f61

Browse files
authored
[CI] Use iPhone 17 Simulator on Xcode > 16 (#15992)
1 parent 106bcee commit 1887f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ if [[ "$xcode_major" -lt 16 && "$method" != "cmake" ]]; then
174174
else
175175
iphone_simulator_name="iPhone 16"
176176
if [[ "$xcode_major" -gt 16 ]]; then
177-
iphone_simulator_name="iPhone 16e"
177+
iphone_simulator_name="iPhone 17"
178178
fi
179179
ios_flags=(
180180
-destination "platform=iOS Simulator,name=${iphone_simulator_name}"

0 commit comments

Comments
 (0)