Skip to content

Commit

Permalink
Change minimum ios unit test version to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Nov 7, 2022
1 parent f461af3 commit 8ce2631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BUILD.bazel
Expand Up @@ -22,7 +22,7 @@ swift_test(

ios_unit_test(
name = "iostests",
minimum_os_version = "10.0",
minimum_os_version = "13.0",
deps = [
":tests_lib",
],
Expand Down

0 comments on commit 8ce2631

Please sign in to comment.