We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca09f3d commit 7214230Copy full SHA for 7214230
.github/workflows/ci_cd.yml
@@ -33,7 +33,7 @@ jobs:
33
34
doc-build:
35
name: "Build project documentation"
36
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
37
steps:
38
- name: Setup headless display
39
uses: pyvista/setup-headless-display-action@v3
.github/workflows/nightly-build.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
nightly-docs:
13
name: Nightly documentation
14
15
16
17
0 commit comments