Fix release workflow by updating Ruby from 3.1 to 3.4

Ruby 3.1 is EOL and bundle install fails with exit code 5 on
latest macOS runners. Updated to match .ruby-version (3.4.8).
This commit is contained in:
Arkadiusz Fal
2026-02-13 20:40:40 +01:00
parent 8379006630
commit 49b8599a67

View File

@@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.1' ruby-version: '3.4'
bundler-cache: true bundler-cache: true
cache-version: 1 cache-version: 1
- uses: maierj/fastlane-action@v3.0.0 - uses: maierj/fastlane-action@v3.0.0
@@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.1' ruby-version: '3.4'
bundler-cache: true bundler-cache: true
cache-version: 1 cache-version: 1
- name: Set signing to manual for CI - name: Set signing to manual for CI
@@ -111,7 +111,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.1' ruby-version: '3.4'
bundler-cache: true bundler-cache: true
cache-version: 1 cache-version: 1
- name: Set signing to manual for CI - name: Set signing to manual for CI
@@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.1' ruby-version: '3.4'
bundler-cache: true bundler-cache: true
cache-version: 1 cache-version: 1
- name: Set signing to manual for CI - name: Set signing to manual for CI
@@ -172,7 +172,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@v1
with: with:
ruby-version: '3.1' ruby-version: '3.4'
bundler-cache: true bundler-cache: true
cache-version: 1 cache-version: 1
- name: Set signing to manual with Developer ID - name: Set signing to manual with Developer ID