Skip to content

Commit

Permalink
Build: Bump ruby versions in build jobs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
0thElement committed Jul 29, 2024
1 parent 8e02af5 commit 6e6c780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Set up Fastlane
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: 3.2
bundler-cache: true

- name: Upload to Google Play Internal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Set up Fastlane
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: 3.2
bundler-cache: true

- name: Upload to Google Play Internal
Expand Down

0 comments on commit 6e6c780

Please sign in to comment.