From 09a04d55016ace9dfb8433a71b0c6b3a5356c23d Mon Sep 17 00:00:00 2001 From: Petr Pucil Date: Sat, 14 Oct 2023 14:48:02 +0200 Subject: [PATCH] GH Actions: upgrade to Ruby 3.2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ec285d1a6..cc2aac5e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: submodules: true - uses: ruby/setup-ruby@v1 with: - ruby-version: '2.7' + ruby-version: '3.2' - uses: actions/setup-python@v4 with: python-version: '3.x'