Skip to content

Commit ae11485

Browse files
nashifcarlescufi
authored andcommitted
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 <[email protected]>
1 parent 294e0dd commit ae11485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
doc-build-pdf:
118118
name: "Documentation Build (PDF)"
119119
if: github.event_name != 'pull_request'
120-
runs-on: ubuntu-22.04
120+
runs-on: zephyr-runner-linux-x64-4xlarge
121121
container: texlive/texlive:latest
122122
timeout-minutes: 60
123123
concurrency:

0 commit comments

Comments
 (0)