Skip to content

Commit 3ede2ce

Browse files
committed
Update doc image
1 parent ce12911 commit 3ede2ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ permissions:
77

88
jobs:
99
build:
10-
# Use Ubuntu 20.04 because doxygen 1.8.13 from Ubuntu 18.04 is broken.
11-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1211

1312
steps:
1413
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
@@ -25,7 +24,7 @@ jobs:
2524
run: |
2625
sudo apt update
2726
sudo apt install doxygen
28-
pip install mkdocs-material==9.5.25 mkdocstrings==0.25.1 mike==2.1.1
27+
pip install mkdocs-material==9.5.25 mkdocstrings==0.26.1 mike==2.1.1
2928
cmake -E make_directory ${{runner.workspace}}/build
3029
# Workaround https://github.com/actions/checkout/issues/13:
3130
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"

0 commit comments

Comments
 (0)