From 2e56cd373731ebd292a1e9e1a2deb650b64c4751 Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 28 Mar 2025 14:34:11 +0100 Subject: [PATCH] [red-knot] mypy_primer: switch to depot runners (#17037) ## Summary Move the mypy_primer build to the depot runners to speed them up. ## Test Plan Previous run of mypy_primer: 3m 49s Run on this branch: 1m 38s --- .github/workflows/mypy_primer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mypy_primer.yaml b/.github/workflows/mypy_primer.yaml index ef0be5e40f..04014a4241 100644 --- a/.github/workflows/mypy_primer.yaml +++ b/.github/workflows/mypy_primer.yaml @@ -25,7 +25,7 @@ env: jobs: mypy_primer: name: Run mypy_primer - runs-on: ubuntu-24.04 + runs-on: depot-ubuntu-22.04-16 timeout-minutes: 20 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4