Skip to content

Commit 878b754

Browse files
author
Binod Adhikary
committed
upgrade ruby version
1 parent 0ec10ac commit 878b754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
if: ${{ env.ANDROID_SECRETS_KEY }}
4848
uses: ruby/setup-ruby@v1
4949
with:
50-
ruby-version: 2.6
50+
ruby-version: 2.7
5151

5252
- name: Set up Fastlane
5353
if: ${{ env.ANDROID_SECRETS_KEY }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Ruby
3232
uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: 2.6
34+
ruby-version: 2.7
3535

3636
- name: Set up Fastlane
3737
run: gem install fastlane --no-document --quiet

0 commit comments

Comments
 (0)