feat: update runner to ubuntu-24.04

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2024-08-01 14:09:36 -04:00
parent e843c8e78f
commit 3308f857d4
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -9,7 +9,7 @@ on:
jobs:
misspell:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: misspell

View File

@@ -7,7 +7,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Fix links