From 3308f857d448253ecc5a2f343d0864117d206797 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 1 Aug 2024 14:09:36 -0400 Subject: [PATCH] feat: update runner to ubuntu-24.04 Signed-off-by: Rui Chen --- .github/workflows/markdown-link-check.yml | 2 +- .github/workflows/misspell.yml | 2 +- .github/workflows/notfound.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/markdown-link-check.yml b/.github/workflows/markdown-link-check.yml index 5ff26bc..538d8a2 100644 --- a/.github/workflows/markdown-link-check.yml +++ b/.github/workflows/markdown-link-check.yml @@ -4,7 +4,7 @@ on: push jobs: check: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 # upstream issue, https://github.com/tcort/markdown-link-check/issues/196 diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index 00877a5..695b0c7 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -9,7 +9,7 @@ on: jobs: misspell: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: misspell diff --git a/.github/workflows/notfound.yml b/.github/workflows/notfound.yml index d94c3be..5ed3c2f 100644 --- a/.github/workflows/notfound.yml +++ b/.github/workflows/notfound.yml @@ -7,7 +7,7 @@ on: jobs: check: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Fix links