Skip to content

Commit 8c1aa8a

Browse files
gmarullstephanosio
authored andcommitted
ci: doc: use Ubuntu 22.04
Use the latest Ubuntu image. There's no special reason for this change other than staying up-to-date. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 61f252f commit 8c1aa8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/doc-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
jobs:
3636
doc-build-html:
3737
name: "Documentation Build (HTML)"
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-22.04
3939
timeout-minutes: 45
4040
concurrency:
4141
group: doc-build-html-${{ github.ref }}

.github/workflows/doc-publish-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
doc-publish:
1515
name: Publish Documentation
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
if: |
1818
github.event.workflow_run.event == 'pull_request' &&
1919
github.event.workflow_run.conclusion == 'success' &&

.github/workflows/doc-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
doc-publish:
1818
name: Publish Documentation
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
if: |
2121
github.event.workflow_run.event != 'pull_request' &&
2222
github.event.workflow_run.conclusion == 'success' &&

0 commit comments

Comments
 (0)