From e2556815d4c55b3258489f51756a834e1a2efce8 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Sun, 12 Jul 2026 10:44:14 -0700 Subject: [PATCH] Bump workflows to Ubuntu 26.04 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e18e3f5..fa5ec5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: jobs: ci: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout repository