Skip to content

Commit

Permalink
bazel: use iOS 13 by default (#452)
Browse files Browse the repository at this point in the history
This runtime is available in Xcode 11 by default.

Signed-off-by: Michael Rebello <me@michaelrebello.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
rebello95 authored and jpsim committed Nov 29, 2022
1 parent 4f9b061 commit 1f1bce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/.bazelrc
Expand Up @@ -7,7 +7,7 @@ build \
--define=tcmalloc=disabled \
--ios_minimum_os=10.0 \
--ios_simulator_device="iPhone X" \
--ios_simulator_version=12.4 \
--ios_simulator_version=13.0 \
--spawn_strategy=local \
--verbose_failures \
--workspace_status_command=envoy/bazel/get_workspace_status \
Expand Down

0 comments on commit 1f1bce5

Please sign in to comment.