From 7d6532a9f0b34de1cf48876fdcde491de18d57ab Mon Sep 17 00:00:00 2001 From: Nony Dutton Date: Thu, 23 Jan 2025 11:03:04 +0100 Subject: [PATCH] Try Ubuntu 22 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5312087..176434e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push jobs: linting: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-22.04 name: Linting of Ruby files steps: - uses: actions/checkout@v4