Skip to content

Commit

Permalink
Update spellcheck.yml
Browse files Browse the repository at this point in the history
Hardcodes the Ubuntu version to get around a warning on the GitHub dashboard, will be removed after actions/runner-images#10636 is completed
  • Loading branch information
RooRay authored Jan 4, 2025
1 parent 6cd69af commit 237e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# run on all push events or on PR syncs not from the same repo
if: github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 237e9ee

Please sign in to comment.