From 1aa89dfa39f8bca8ab219d2c6478c643438e019d Mon Sep 17 00:00:00 2001 From: konsti Date: Fri, 13 Feb 2026 17:37:18 +0100 Subject: [PATCH] Downgrade ubuntu runner to align with codspeed (#18011) Follow-up to https://github.com/astral-sh/uv/pull/17995 to fix benchmark running, codspeed-macro is based on an older glibc version not compatible with Ubuntu 24.04. --- .github/workflows/bench.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index bb96ddebd..4820228b2 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -17,7 +17,8 @@ env: jobs: benchmarks-walltime-build: name: "walltime build" - runs-on: depot-ubuntu-24.04-arm-4 + # codspeed-macro doesn't support Ubuntu 24.04 yet + runs-on: depot-ubuntu-22.04-arm-4 if: ${{ github.repository == 'astral-sh/uv' }} timeout-minutes: 20 steps: