From 29e8c97a7d7da46ab5084ff6d2c1db9dcf7e67e7 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 16 Mar 2026 13:05:01 -0700 Subject: chore(ci): migrate to depot runners (#3279) ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/codespell.yml') diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 5e8da009..7d941112 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -14,7 +14,7 @@ permissions: jobs: codespell: name: Check for spelling errors - runs-on: ubuntu-latest + runs-on: depot-ubuntu-24.04 steps: - name: Checkout -- cgit v1.3.1