From e5c8030b9a66dcc768110ca059df191551ff3095 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Thu, 9 Jul 2026 20:44:39 -0700 Subject: [PATCH] Bump workflows to Ubuntu 26.04 --- .github/workflows/ci.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 060e48a5..07fec1b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: ci: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 container: image: exercism/tcl-test-runner:latest diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 74bf1ccc..737b152d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,7 +6,7 @@ on: pull_request jobs: ci: - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 container: image: exercism/tcl-test-runner:latest