From 42e2306e9c87770e119f95e9b7dd5d4bb57cd95f Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Wed, 8 Jul 2026 08:42:44 -0700 Subject: [PATCH] Bump GHA Ubuntu workflow runners to Ubuntu 26.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 d60d745..a5ed1ad 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-26.04 steps: - name: Checkout code uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0