Skip to content

Commit

Permalink
ci: Ubuntu 18.04 -> 20.04 for doc tests.
Browse files Browse the repository at this point in the history
The Ubuntu 18.04 runner type has been removed after a deprecation
period. Without this change the "Check for documentation errors" tasks
remain stuck in a queued state waiting for runners that will never
appear.
  • Loading branch information
cpu committed May 24, 2023
1 parent 628da2b commit a59888a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

docs:
name: Check for documentation errors
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down

0 comments on commit a59888a

Please sign in to comment.