From a83286c6f668fee341aab5c70ef2a6a886728675 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Thu, 9 Jul 2026 20:45:09 -0700 Subject: [PATCH] Bump workflows 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 6673acc..ef4eda6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: jobs: build: name: Tests - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0