aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codespell.yml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-03-16 13:05:01 -0700
committerGitHub <noreply@github.com>2026-03-16 13:05:01 -0700
commit29e8c97a7d7da46ab5084ff6d2c1db9dcf7e67e7 (patch)
treeab93ac446ba9272e7981072564cada800682fdd4 /.github/workflows/codespell.yml
parentfeat: call atuin setup from install script (#3265) (diff)
downloadatuin-29e8c97a7d7da46ab5084ff6d2c1db9dcf7e67e7.zip
chore(ci): migrate to depot runners (#3279)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## 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
Diffstat (limited to '.github/workflows/codespell.yml')
-rw-r--r--.github/workflows/codespell.yml2
1 files changed, 1 insertions, 1 deletions
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