From 1597e9f96cd3ed44342cd20d5fe1227d247b5071 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 20 Mar 2026 07:28:10 -0500 Subject: [PATCH] Use a Depot runner for simulated benchmarks (#18585) Hopefully, this means we will get consistent hardware and improve stability --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index d68234cfe..ea8792f16 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -96,7 +96,7 @@ jobs: benchmarks-simulated: name: "simulated" - runs-on: ubuntu-latest + runs-on: depot-ubuntu-24.04-4 if: ${{ github.repository == 'astral-sh/uv' }} timeout-minutes: 20 steps: