mirror of
https://github.com/shuaibiyy/awesome-tf.git
synced 2026-04-30 11:27:52 -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:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# upstream issue, https://github.com/tcort/markdown-link-check/issues/196
|
# 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:
|
jobs:
|
||||||
misspell:
|
misspell:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: misspell
|
- name: misspell
|
||||||
|
|||||||
2
.github/workflows/notfound.yml
vendored
2
.github/workflows/notfound.yml
vendored
@@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Fix links
|
- name: Fix links
|
||||||
|
|||||||
Reference in New Issue
Block a user