We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd69af commit 237e9eeCopy full SHA for 237e9ee
.github/workflows/spellcheck.yml
@@ -9,7 +9,7 @@ jobs:
9
# run on all push events or on PR syncs not from the same repo
10
if: github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name
11
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v4
0 commit comments