mirror of https://github.com/BOINC/boinc.git
limit parallelization
This commit is contained in:
parent
aeed61c4b7
commit
b079535995
|
@ -47,6 +47,7 @@ jobs:
|
|||
name: generate-deb
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
os: [jammy, focal, bullseye, buster]
|
||||
package-type: [linux_client-vcpkg, linux_manager-without-webview]
|
||||
|
|
Loading…
Reference in New Issue