Skip to content

Commit 89d77ab

Browse files
committed
avoid ubuntu latest runner in link checker action
1 parent 971a0bb commit 89d77ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
markdown-link-check:
1414
name: Check markdown links
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04 # there is an issue with ubuntu-latest and linkspector
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: umbrelladocs/action-linkspector@v1

0 commit comments

Comments
 (0)