From 203d83ee010333d35c6dacf4a5e831230b43aefc Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Thu, 9 Jul 2026 20:44:48 -0700 Subject: [PATCH] Bump workflows to Ubuntu 26.04 --- .github/workflows/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b219fe1495..b94536a4a9f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ on: jobs: configlet: name: configlet lint - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code @@ -28,7 +28,7 @@ jobs: markdownlint: name: markdown lint - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code @@ -40,7 +40,7 @@ jobs: # stolen from https://raw.githubusercontent.com/exercism/github-actions/main/.github/workflows/shellcheck.yml shellcheck: name: Run shellcheck on scripts - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 @@ -50,7 +50,7 @@ jobs: compilation: name: Check compilation - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 strategy: matrix: @@ -75,7 +75,7 @@ jobs: tests: name: Run repository tests - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code @@ -103,7 +103,7 @@ jobs: rustformat: name: Check Rust Formatting - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code @@ -126,7 +126,7 @@ jobs: clippy: name: Clippy - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 steps: - name: Checkout code @@ -145,7 +145,7 @@ jobs: nightly-compilation: name: Check exercises on nightly (benchmark enabled) - runs-on: ubuntu-24.04 + runs-on: ubuntu-26.04 continue-on-error: true # It's okay if the nightly job fails steps: