From 23d3daf1569cfc8e27453620f80b5ca4c462c185 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Thu, 9 Jan 2025 21:00:07 +0200 Subject: [PATCH] ci: fix linkspector job (#101) https://github.com/UmbrellaDocs/action-linkspector/issues/32 --- .github/workflows/linkspector.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linkspector.yml b/.github/workflows/linkspector.yml index 0e06b14..44d3b2a 100644 --- a/.github/workflows/linkspector.yml +++ b/.github/workflows/linkspector.yml @@ -3,7 +3,9 @@ on: [pull_request] jobs: check-links: name: runner / linkspector - runs-on: ubuntu-latest + # Temporarily work around this issue by downgrading the runner OS + # https://github.com/UmbrellaDocs/action-linkspector/issues/32 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.2.2 - name: Run linkspector