From 40d4a5c6ebe27a2591bd83545900f6758867ec08 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Wed, 25 Jun 2025 18:27:25 +1000 Subject: [PATCH] Use ubuntu-24 --- .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 80f351c..50c3fc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code