ci: doc-build: use zephyr-runner-linux-x64-4xlarge
This should allow us to observe faster build times when using parallelization. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
8d6f74ad1f
commit
a211469734
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -35,7 +35,7 @@ env:
|
|||
jobs:
|
||||
doc-build-html:
|
||||
name: "Documentation Build (HTML)"
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||
timeout-minutes: 45
|
||||
concurrency:
|
||||
group: doc-build-html-${{ github.ref }}
|
||||
|
|
Loading…
Reference in a new issue