diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 0ebd00c41f..b1f613ab6f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -241,7 +241,7 @@ jobs: benchmark-regression: if: forgejo.event_name == 'pull_request' - runs-on: docker + runs-on: docker-benchmark container: image: python:3.13-slim needs: [lint, typecheck]