Skip to content

Commit

Permalink
Use cached ruby version – no need to install the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Apr 24, 2023
1 parent 1708eef commit 068e211
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
name: Pod Lint
runs-on: macos-13
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -33,9 +30,6 @@ jobs:
]
fail-fast: false
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand All @@ -53,9 +47,6 @@ jobs:
name: Swift Build Xcode 14
runs-on: macos-13
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7.6'
- name: Checkout Repo
uses: actions/checkout@v3
- name: Bundle Install
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.0.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '2.7.6'
ruby '3.0.6'

source 'https://rubygems.org'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ DEPENDENCIES
cocoapods (~> 1.12.0)

RUBY VERSION
ruby 2.7.6p219
ruby 3.0.6p216

BUNDLED WITH
2.3.15
2.4.12

0 comments on commit 068e211

Please sign in to comment.