From 7645abef892a5f168074dd4f7122f235d82f53ad Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Tue, 29 Jul 2025 08:41:53 -0700 Subject: [PATCH] Update GitHub workflow images to `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 ef948ee..7e7142e 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@692973e3d937129bcbf40652eb9f2f61becf3332