From 665f2b000c8bead17e50ada81841148e6feb0f22 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Thu, 9 Jul 2026 20:45:54 -0700 Subject: [PATCH] Bump workflows to Ubuntu 26.04 --- .github/workflows/ci.yml | 2 +- .github/workflows/track_deps_are_up_to_date.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2b0e1d..9b39acc 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@ec3a7ce113134d7a93b817d10a8272cb61118579 diff --git a/.github/workflows/track_deps_are_up_to_date.yml b/.github/workflows/track_deps_are_up_to_date.yml index 0d699a9..18baf20 100644 --- a/.github/workflows/track_deps_are_up_to_date.yml +++ b/.github/workflows/track_deps_are_up_to_date.yml @@ -8,7 +8,7 @@ on: jobs: test: name: Check if track dependencies are up to date - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579