From 2dfe59a672646b1732a2b2d45f1e5a6e1f699659 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Tue, 7 Jul 2026 10:59:33 +0200 Subject: [PATCH] Run benchmarks on `ubuntu-26.04` for CPython workflow compatibility --- .github/workflows/benchmark.yml | 3 ++- .github/workflows/daily-benchmark.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2ab8538..a8af6c8 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -38,7 +38,8 @@ on: jobs: benchmark: - runs-on: ubuntu-latest + # Keep in sync with the Ubuntu version CPython's CI runs on + runs-on: ubuntu-26.04 steps: - name: Checkout memory tracker diff --git a/.github/workflows/daily-benchmark.yml b/.github/workflows/daily-benchmark.yml index 30a711a..7a78779 100644 --- a/.github/workflows/daily-benchmark.yml +++ b/.github/workflows/daily-benchmark.yml @@ -29,7 +29,8 @@ on: jobs: benchmark-builds: - runs-on: ubuntu-latest + # Keep in sync with the Ubuntu version CPython's CI runs on + runs-on: ubuntu-26.04 strategy: matrix: build_config: