Skip to content

Commit 6af67a4

Browse files
authored
ci: use runner ubuntu-24.04 explicitly instead of ubuntu-latest (#25)
1 parent c0fa239 commit 6af67a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
mdlint:
88
name: lint markDown file
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v5
1212
- uses: DavidAnson/markdownlint-cli2-action@v20

0 commit comments

Comments
 (0)