From f3bd1913083834dc60db3ddbc41b0c280e36068a Mon Sep 17 00:00:00 2001 From: Maciej Makowski Date: Wed, 27 Nov 2024 17:08:03 +0000 Subject: [PATCH] [CI-328] Pin Ubuntu version for GitHub Actions workflows --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 774905c..7f5738f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - '6.1' - '7.0' - '7.1' - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: RSpec (Rails ${{ matrix.activerecord }}) (Ruby ${{ matrix.ruby }})