Skip to content

Commit e292360

Browse files
Explicitly choose os_version for test runner
1 parent 3f10740 commit e292360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ load(
66
ios_xctestrun_runner(
77
name = "default_test_runner",
88
device_type = "iPhone 16",
9+
os_version = "18.5",
910
random = True,
1011
visibility = ["//visibility:public"],
1112
)

0 commit comments

Comments
 (0)