Skip to content

Commit b708298

Browse files
committed
Fix: Downgrade version of Ubuntu used for linkspector workflow
1 parent cdc1554 commit b708298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check-links:
99
name: Linkspector
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Run linkspector

0 commit comments

Comments
 (0)