ci: doc-build: use customer runner
Apparently the PDF build needs more resources, otherwise we end up aborting the build too early. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
294e0ddee7
commit
ae114855f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc-build.yml
vendored
2
.github/workflows/doc-build.yml
vendored
|
@ -117,7 +117,7 @@ jobs:
|
|||
doc-build-pdf:
|
||||
name: "Documentation Build (PDF)"
|
||||
if: github.event_name != 'pull_request'
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: zephyr-runner-linux-x64-4xlarge
|
||||
container: texlive/texlive:latest
|
||||
timeout-minutes: 60
|
||||
concurrency:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue