Update the minimum macos to match cl/537907016

PiperOrigin-RevId: 538763399
pull/13005/head
Thomas Van Lenten 2 years ago committed by Copybara-Service
parent cd615a8c65
commit 2f1938fafe
  1. 2
      objectivec/DevTools/full_mac_build.sh

@ -7,7 +7,7 @@ set -eu
# Some base locations.
readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")")
readonly ProtoRootDir="${ScriptDir}/../.."
readonly BazelFlags="${BAZEL_FLAGS:---announce_rc --macos_minimum_os=10.9}"
readonly BazelFlags="${BAZEL_FLAGS:---announce_rc --macos_minimum_os=10.13}"
# Invoke with BAZEL=bazelisk to use that instead.
readonly BazelBin="${BAZEL:-bazel}"

Loading…
Cancel
Save