Merge pull request #15097 from matt-kwong/xcode-9.2

Update xcode version for macOS Obj-C tests to 9.2
pull/15129/head
Matt Kwong 7 years ago committed by GitHub
commit caa6f0ec94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -67,7 +67,7 @@ pip install -U Mako six tox setuptools twisted pyyaml --user python
export PYTHONPATH=/Library/Python/3.4/site-packages
# set xcode version for Obj-C tests
sudo xcode-select -switch /Applications/Xcode_8.2.1.app/Contents/Developer
sudo xcode-select -switch /Applications/Xcode_9.2.app/Contents/Developer/
# TODO(jtattermusch): better debugging of clock skew, remove once not needed
date

Loading…
Cancel
Save