From c1c980c680bdfb81413048c69dec2a084244e0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Fri, 17 Jan 2025 16:46:33 +0100 Subject: [PATCH] Use Ubuntu 22.04 for now --- .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 42dc2452..c8b263d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: env: RACK_VERSION: "${{ matrix.rack }}" RUBYOPT: "${{ matrix.rubyopt }}" - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out code uses: actions/checkout@v4