Skip to content

Commit a9dc9b4

Browse files
authored
ci: update documentation build to ubuntu 24.04 (#1277)
1 parent 38ba687 commit a9dc9b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
uses: pre-commit/[email protected]
3737

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

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2
44
formats:
55
- htmlzip
66
build:
7-
os: ubuntu-20.04
7+
os: ubuntu-24.04
88
tools:
99
python: "3.8"
1010
sphinx:

0 commit comments

Comments
 (0)