Upgrade minimum_os_version to 13.0

PiperOrigin-RevId: 504597125
This commit is contained in:
Qin Wang
2023-01-25 10:23:19 -08:00
committed by Copybara-Service
parent e2e702b68f
commit ed9890957f
6 changed files with 11 additions and 11 deletions
@@ -86,6 +86,6 @@ objc_library(
swift_explicit_module_build_test(
name = "swift_explicit_module_build_test",
ignore_headerless_targets = True,
minimum_os_version = "8.0",
minimum_os_version = "13.0",
platform_type = "ios",
)
@@ -38,8 +38,8 @@ objc_library(
ios_unit_test(
name = "PlatformTests",
minimum_os_version = "12.0",
runner = "//testing/utp/ios:IOS_12",
minimum_os_version = "13.0",
runner = "//testing/utp/ios:IOS_13",
deps = [
":PlatformTestslib",
],