aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/helper_scripts/prepare_build_macos_rc
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2018-01-16 17:18:49 -0800
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-01-16 20:44:37 -0800
commit3be06433afb4140bdd584274f850263d236413a3 (patch)
treee0da0da0eb01abd6c27aa45399e986b7dd3b493f /tools/internal_ci/helper_scripts/prepare_build_macos_rc
parent9490b0e6bdc324b0f875abbcd1651fdb3a67cd39 (diff)
Ruby macos kokoro environment and package build updates
Diffstat (limited to 'tools/internal_ci/helper_scripts/prepare_build_macos_rc')
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
index bd8c8eb032..ec065114fc 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
@@ -50,7 +50,8 @@ fi
set +ex # rvm script is very verbose and exits with errorcode
source $HOME/.rvm/scripts/rvm
set -e # rvm commands are very verbose
-rvm use ruby-2.4
+rvm install 2.5.0
+rvm use 2.5.0 --default
rvm osx-ssl-certs status all
rvm osx-ssl-certs update all
set -ex