From 3d99d91d4e20a179ec740faa591e98ef506876f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 01:08:39 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v26 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/record-tier0.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faf4705f..c037948e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ concurrency: jobs: gates: name: static gates - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 timeout-minutes: 10 steps: - name: Check out @@ -99,7 +99,7 @@ jobs: suites: name: suite shard ${{ matrix.shard }}/4 - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 timeout-minutes: 10 strategy: fail-fast: false @@ -158,7 +158,7 @@ jobs: # push cancelled this run: a superseded run is not a red check on main. if: ${{ !cancelled() }} needs: [gates, suites] - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 timeout-minutes: 10 steps: - name: Require every gate and shard diff --git a/.github/workflows/record-tier0.yml b/.github/workflows/record-tier0.yml index ad70aca2..e662dde1 100644 --- a/.github/workflows/record-tier0.yml +++ b/.github/workflows/record-tier0.yml @@ -80,7 +80,7 @@ jobs: # verified green by CI". See bench/README's "CI recording coverage" # section for the reader-facing statement of this same boundary. if: github.event.workflow_run.conclusion == 'success' - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 timeout-minutes: 5 permissions: # The only permission this workflow needs beyond the read-only