ci: Update ruby version

This commit is contained in:
krille-chan 2024-04-07 18:50:59 +02:00
commit d731c61b87
No known key found for this signature in database

View file

@ -144,7 +144,7 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 2.7 ruby-version: '3.3'
- name: Install Fastlane - name: Install Fastlane
run: gem install fastlane -NV run: gem install fastlane -NV
- name: Apply Google Services Patch - name: Apply Google Services Patch