Skip to content

Commit 7214230

Browse files
authored
ci: use ubuntu-22.04 on doc build (#549)
* ci: use ubuntu-22.04 on doc build * ci: update nightly workflow
1 parent ca09f3d commit 7214230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
doc-build:
3535
name: "Build project documentation"
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-22.04
3737
steps:
3838
- name: Setup headless display
3939
uses: pyvista/setup-headless-display-action@v3

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
nightly-docs:
1313
name: Nightly documentation
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Setup headless display
1717
uses: pyvista/setup-headless-display-action@v3

0 commit comments

Comments
 (0)