From 28c49e754f00dce54642c96740b6c4ad377dd330 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Sun, 12 Jul 2026 15:01:50 -0700 Subject: [PATCH] Bump workflows to Ubuntu 26.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f1a536..f0b78d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: precheck: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code @@ -22,7 +22,7 @@ jobs: run: scripts/ci-check ci: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code