From 25b1929ed5034d5fd4066f41c4daad889d070f12 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 15 Jul 2025 10:27:07 +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 aa1659c..39e293d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ on: jobs: ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code