[ci] Use one worker for Windows release Gradle build (#4318)

It was running out of heap space.
This commit is contained in:
Tyler Veness
2022-06-18 22:45:12 -07:00
committed by GitHub
parent 5105c5eab6
commit 579a8ee229

View File

@@ -59,7 +59,7 @@ jobs:
- os: windows-2019
artifact-name: Win64Release
architecture: x64
build-options: "-PciReleaseOnly"
build-options: "-PciReleaseOnly --max-workers 1"
task: "copyAllOutputs"
- os: macOS-11
artifact-name: macOS