From a565641d06d3114f1ae4ad215c6fc73c6a7b9be4 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 6 Aug 2025 09:41:56 -0700 Subject: [PATCH] use depot runner --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6842a18ca6..0e66ad55c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ permissions: jobs: main: - runs-on: ubuntu-latest + runs-on: depot-ubuntu-24.04-4 steps: - uses: actions/checkout@v4 with: