From f78949756273a79236b8016cbaaf56d68c9a0f1f Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 9 Oct 2025 04:46:48 -0500 Subject: [PATCH] Revert "chore(deps): update ruby to v3.4.7" (#3415) --- .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