Skip to content

Commit 9aee230

Browse files
committed
fixed ruby version for other workflows
1 parent 9f9529d commit 9aee230

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
- name: Setup Ruby
142142
uses: ruby/setup-ruby@v1
143143
with:
144-
ruby-version: 3.3
144+
ruby-version: 3.1.2
145145
bundler-cache: 'true'
146146

147147
- name: Build for Android

.github/workflows/release-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Ruby
2424
uses: ruby/setup-ruby@v1
2525
with:
26-
ruby-version: 3.3
26+
ruby-version: 3.1.2
2727
bundler-cache: 'true'
2828

2929
- name: Download APK

0 commit comments

Comments
 (0)