Skip to content

Commit cc3664a

Browse files
authored
Update ruby version to 3.3 in publish.yml
Attempt to fix an error in Fastlane
1 parent 0596dcc commit cc3664a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.7
34+
ruby-version: 3.3
3535

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

0 commit comments

Comments
 (0)