Skip to content

Commit b21024f

Browse files
authored
Update ubuntu version in gha docs runner (#284)
1 parent c23ddbb commit b21024f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
Build-Docs:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
permissions:
1414
contents: write
1515
steps:
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: pip install 'src/python/.[docs]'
2424
- name: Install and Generate Doxygen
25-
uses: mattnotmitt/doxygen-action@v1.9.8
25+
uses: mattnotmitt/doxygen-action@v1.12.0
2626
- name: Build Docs
2727
run: |
2828
cd docs

0 commit comments

Comments
 (0)