Skip to content

Commit dd993bf

Browse files
committed
fix: update Ruby version to 3.2 to fix invalid curve name error
1 parent 60d4ae6 commit dd993bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Setup Ruby
104104
uses: ruby/setup-ruby@v1
105105
with:
106-
ruby-version: '3.0'
106+
ruby-version: '3.2'
107107
bundler-cache: false
108108

109109
- name: Install Fastlane

0 commit comments

Comments
 (0)