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