Skip to content

Commit

Permalink
Update test runner tests to iPhone Xs (#2312)
Browse files Browse the repository at this point in the history
To make it a bit easier to use the latest Xcode 15 with the default
runtimes, migrate to the iPhone Xs instead of the iPhone 8.

Signed-off-by: Matt Robinson <[email protected]>
  • Loading branch information
mattrobmattrob authored Oct 27, 2023
1 parent fabb700 commit bba2dc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/ios_test_runner_unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ load(
ios_test_runner(
name = "ios_x86_64_sim_runner",
device_type = "iPhone 8",
device_type = "iPhone Xs",
)
EOF
Expand Down
2 changes: 1 addition & 1 deletion test/ios_xctestrun_runner_ui_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ load(
ios_xctestrun_runner(
name = "ios_x86_64_sim_runner",
device_type = "iPhone 8",
device_type = "iPhone Xs",
)
EOF
Expand Down
4 changes: 2 additions & 2 deletions test/ios_xctestrun_runner_unit_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ load(
ios_xctestrun_runner(
name = "ios_x86_64_sim_runner",
device_type = "iPhone 8",
device_type = "iPhone Xs",
)
ios_xctestrun_runner(
name = "ios_x86_64_sim_reuse_disabled_runner",
device_type = "iPhone 8",
device_type = "iPhone Xs",
reuse_simulator = False,
)
Expand Down

0 comments on commit bba2dc7

Please sign in to comment.