From 3565a47990b951447aa5cb5218c37320d344d459 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Mon, 30 Jun 2025 08:59:00 +1000 Subject: [PATCH] ci uses ubuntu-24.04 --- .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 36cec51..f843523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: build: name: Tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683