Skip to content

Commit 237e9ee

Browse files
authored
Update spellcheck.yml
Hardcodes the Ubuntu version to get around a warning on the GitHub dashboard, will be removed after actions/runner-images#10636 is completed
1 parent 6cd69af commit 237e9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
# run on all push events or on PR syncs not from the same repo
1010
if: github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name
1111

12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)