Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Bump Xcode and iOS version numbers to match the Kokoro environment.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 295075213
(cherry picked from commit 2bd8eda)
  • Loading branch information
chuckx committed Feb 14, 2020
1 parent 8e4b5c7 commit b982201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ run_linux_tests() {

run_macos_tests() {
# Default values for iOS SDK and Xcode. Can be overriden by another script.
: "${IOS_SDK_VERSION:=13.0}"
: "${XCODE_VERSION:=11.0}"
: "${IOS_SDK_VERSION:=13.2}"
: "${XCODE_VERSION:=11.3}"

# Build all the iOS targets.
time bazel build \
Expand Down

0 comments on commit b982201

Please sign in to comment.