From 9f91b73ea08e1a76299d337d4b1ed2ea08dff69e Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 17 Oct 2025 06:23:02 -0500 Subject: [PATCH] Revert "chore(deps): update ruby to v3.4.7" (#3490) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70ab0cbf3..58764210e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -137,7 +137,7 @@ jobs: - name: Setup Fastlane uses: ruby/setup-ruby@v1 with: - ruby-version: '3.4.7' + ruby-version: '3.2' bundler-cache: true - name: Build and Deploy Google Play to Internal Track with Fastlane @@ -203,7 +203,7 @@ jobs: - name: Setup Fastlane uses: ruby/setup-ruby@v1 with: - ruby-version: '3.4.7' + ruby-version: '3.2' bundler-cache: true - name: Build F-Droid with Fastlane