From ae485d9a70c21a3c10a5fc98b0d5b0d4b2c04aa8 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 15 Jul 2025 14:09:09 +1000 Subject: [PATCH] ci uses ubuntu-24.04 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc6e666..b6cd35e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository