From 969f216f191c5cc0d6a18e92293af308fd7d89eb Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Wed, 16 Apr 2025 05:04:26 +1000 Subject: [PATCH] ci.yml 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 f6dd71f30..00b8ed16e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: immutability: name: No test has been mutated - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.0.0 with: