Skip to content

Commit f408fc7

Browse files
committed
Pin Ruby version to 3.2
1 parent 48576f0 commit f408fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:
23-
ruby-version: 3
23+
ruby-version: '3.2'
2424

2525
- name: Setup Flutter
2626
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)