Skip to content

Commit 840a7a3

Browse files
authored
ci: update Ubuntu version
1 parent acb5845 commit 840a7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checar-link.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
jobs:
1111
check-link:
1212

13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- name: Project checkout
1717
uses: actions/checkout@v2
1818
- uses: gaurav-nelson/github-action-markdown-link-check@v1
1919
with:
20-
config-file: '.github/mlc_config.json'
20+
config-file: '.github/mlc_config.json'

0 commit comments

Comments
 (0)