Skip to content

Commit

Permalink
Update ruby version in build (#246)
Browse files Browse the repository at this point in the history
The version used is EOL and adds to the ios build time to install
  • Loading branch information
adierkens committed Nov 18, 2023
1 parent 7a449cf commit 7ea0563
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7ea0563

Please sign in to comment.