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.
This commit is contained in:
konsti
2026-02-13 17:37:18 +01:00
committed by GitHub
parent 2a86a4b6f7
commit 1aa89dfa39
+2 -1
View File
@@ -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: