Skip to content

Commit

Permalink
ci: update documentation build to ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Jan 26, 2025
1 parent d847f50 commit 5fd8a95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
uses: pre-commit/action@v3.0.1

docs:
# unlike the other workflows, we are using version 20.04 here as
# readthedocs uses 20.04 for building our docs, and we want to be explicit
runs-on: ubuntu-20.04
# unlike the other workflows, we explicitly use the same version as
# readthedocs (see .readthedocs.yml) here for consistency
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2
formats:
- htmlzip
build:
os: ubuntu-20.04
os: ubuntu-24.04
tools:
python: "3.8"
sphinx:
Expand Down

0 comments on commit 5fd8a95

Please sign in to comment.