Skip to content

Commit

Permalink
Update the docs checks runner to ubuntu-latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkratky authored and slyon committed Aug 12, 2024
1 parent a955b0d commit 6bbcc5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'doc/**'
push:
branches: [ main ]
paths:
- 'doc/**'
workflow_dispatch:
Expand Down Expand Up @@ -40,7 +41,7 @@ concurrency:
jobs:
docchecks:
name: Run documentation checks
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
result_spelling: ${{ steps.spellcheck-step.outcome }}
result_woke: ${{ steps.woke-step.outcome }}
Expand Down

0 comments on commit 6bbcc5f

Please sign in to comment.