Skip to content

Commit e2b8228

Browse files
authored
ci: use ubuntu-22.04 on doc build
1 parent ca09f3d commit e2b8228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)