Skip to content

Commit

Permalink
Update ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
Šimon Šesták committed Mar 1, 2024
1 parent b240fed commit 932617e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-cloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2.2
bundler-cache: true
- name: Fastlane Enterprise
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-cloud-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2.2
bundler-cache: true
- name: Fastlane Beta
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-cloud-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2.2
bundler-cache: true
- name: Fastlane Test
run: |
Expand Down

0 comments on commit 932617e

Please sign in to comment.