From f408fc7f2a5a723229bcf10f1adc3774a1669ec4 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Wed, 10 Jan 2024 19:28:48 +0100 Subject: [PATCH] Pin Ruby version to 3.2 --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 8ee469620..234239d7f 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3 + ruby-version: '3.2' - name: Setup Flutter uses: subosito/flutter-action@v2