From 8bb6f3fdaae108a9a23bf30a310faaa4169bb3fc Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Tue, 15 Jul 2025 14:01:49 +1000 Subject: [PATCH] ci uses ubuntu-24.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc4b2a3..dfeb120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: precheck: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code @@ -22,7 +22,7 @@ jobs: run: scripts/ci-check ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code