From 3907d7f07303d153edbcec10f9e6ec91931ee6bd Mon Sep 17 00:00:00 2001 From: Adam Dierkens Date: Fri, 17 Nov 2023 15:19:28 -0500 Subject: [PATCH] Update ruby version in build The version used is EOL and adds to the ios build time to install --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f90d52be..2e089597a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,8 +120,7 @@ jobs: - run: name: Set Ruby Version command: | - rbenv install 2.6.10 - rbenv global 2.6.10 + rbenv global 2.7.8 rbenv rehash - restore_cache: @@ -161,7 +160,7 @@ jobs: - save_cache: key: gem-v1-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }} paths: - - ~/.gem/ruby/2.7.5 + - ~/.gem/ruby/2.7.8 - macos/preboot-simulator: version: "15.5"