Skip to content

Commit

Permalink
ci: Use ubuntu-22.04 in doc-tests.yaml
Browse files Browse the repository at this point in the history
Specify `ubuntu-22.04` as the runner for doc-tests.yaml. The
`ubuntu-latest` GitHub runner has now changed to Ubuntu 24.04, which has
node 20. The docs tests on branch/v14 require node 18.
  • Loading branch information
camscale committed Jan 20, 2025
1 parent affc571 commit 946d155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
doc-tests:
name: Lint (Docs)
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
contents: read
Expand Down

0 comments on commit 946d155

Please sign in to comment.