Update Bazel used on MacOS CI

PiperOrigin-RevId: 450446058
Change-Id: I22a878bf04cf56b8a0e1dd049353acd2f6933828
pull/1186/head
Derek Mauro 3 years ago committed by Copybara-Service
parent 09eac4d507
commit 2d492a13c6
  1. 2
      ci/macos_xcode_bazel.sh

@ -24,7 +24,7 @@ if [[ -z ${ABSEIL_ROOT:-} ]]; then
fi
# If we are running on Kokoro, check for a versioned Bazel binary.
KOKORO_GFILE_BAZEL_BIN="bazel-3.7.0-darwin-x86_64"
KOKORO_GFILE_BAZEL_BIN="bazel-5.1.1-darwin-x86_64"
if [[ ${KOKORO_GFILE_DIR:-} ]] && [[ -f ${KOKORO_GFILE_DIR}/${KOKORO_GFILE_BAZEL_BIN} ]]; then
BAZEL_BIN="${KOKORO_GFILE_DIR}/${KOKORO_GFILE_BAZEL_BIN}"
chmod +x ${BAZEL_BIN}

Loading…
Cancel
Save