From 6fafe685634f9c935cc4c3a7aea6cc4ea90071c8 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Wed, 8 Jul 2026 08:43:00 -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 1c54704..316612c 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd