Skip to content

Commit

Permalink
Bump Ubuntu runner version up (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik authored Feb 11, 2025
1 parent 4739ad0 commit 83b2601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
markdown:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -22,4 +22,4 @@ jobs:
run: npm install -g cspell

- name: Run CSpell
run: cspell --config res/.lint/spell-check/.cspell.json "**/*"
run: cspell --config res/.lint/spell-check/.cspell.json "**/*"

0 comments on commit 83b2601

Please sign in to comment.