From 49b8599a6792e9f0403743aced4282889470ff46 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Fri, 13 Feb 2026 20:40:40 +0100 Subject: [PATCH] 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). --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97fdf96f..a33884d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.4' bundler-cache: true cache-version: 1 - uses: maierj/fastlane-action@v3.0.0 @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.4' bundler-cache: true cache-version: 1 - name: Set signing to manual for CI @@ -111,7 +111,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.4' bundler-cache: true cache-version: 1 - name: Set signing to manual for CI @@ -140,7 +140,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.4' bundler-cache: true cache-version: 1 - name: Set signing to manual for CI @@ -172,7 +172,7 @@ jobs: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' + ruby-version: '3.4' bundler-cache: true cache-version: 1 - name: Set signing to manual with Developer ID