Skip to content

Commit af99a97

Browse files
committed
revert ruby version in actions
1 parent d7ed633 commit af99a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/store-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Ruby and Bundler
3636
uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: 3.4
38+
ruby-version: 3.2
3939
bundler-cache: true
4040

4141
# Setup Java so that we can build the appbundle.
@@ -88,7 +88,7 @@ jobs:
8888
- name: Set up Ruby and Bundler
8989
uses: ruby/setup-ruby@v1
9090
with:
91-
ruby-version: 3.4
91+
ruby-version: 3.2
9292
bundler-cache: true
9393

9494
# Setup and cache Flutter to install packages and build.

0 commit comments

Comments
 (0)