From 237e9ee22b37ed778d7b7ba86183380ea1dffb75 Mon Sep 17 00:00:00 2001 From: Ruaridh <86845749+RooRay@users.noreply.github.com> Date: Sat, 4 Jan 2025 20:00:50 +0000 Subject: [PATCH] Update spellcheck.yml Hardcodes the Ubuntu version to get around a warning on the GitHub dashboard, will be removed after https://github.com/actions/runner-images/issues/10636 is completed --- .github/workflows/spellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 5826885..1f34317 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -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