From 6c52e60ff49cc53ab08405dab892b3b4286c36b8 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Sun, 12 Jul 2026 10:41:49 -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 b208ad3..b1fe98c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: ci: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code