From bff8108659a6df76a094e2f31f25ac84d8a9d4e3 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Fri, 2 May 2025 08:58:00 -0400 Subject: [PATCH] Bump ubuntu test runners in CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06ef2bb2d2..0fae0c610b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ on: jobs: code-formatting: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Code Formatting steps: - uses: actions/checkout@v4 @@ -50,7 +50,7 @@ jobs: - name: Lint files run: precious lint ${{ steps.select-files.outputs.precious-args }} docker: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: Docker steps: - name: Build test image