mirror of
https://github.com/shuaibiyy/awesome-tf.git
synced 2026-03-11 17:49:23 -05:00
feat: update runner to ubuntu-24.04
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
2
.github/workflows/markdown-link-check.yml
vendored
2
.github/workflows/markdown-link-check.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/misspell.yml
vendored
2
.github/workflows/misspell.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
misspell:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: misspell
|
||||
|
||||
2
.github/workflows/notfound.yml
vendored
2
.github/workflows/notfound.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Fix links
|
||||
|
||||
Reference in New Issue
Block a user