Skip to content

Commit

Permalink
Update linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCat124 committed Jan 7, 2025
1 parent 8424ad4 commit 027f2a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ jobs:
check-links:
if: ${{ github.repository != 'stfc/PSyclone-mirror' }}
name: Run linkspector
runs-on: ubuntu-latest
# TODO 2838: linkspector doesn't support ubuntu-latest at the moment.
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run linkspector
Expand Down

0 comments on commit 027f2a2

Please sign in to comment.