ci: limit max parallel jobs to 4
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
name: CI, Tests, Artifacts, and Publish
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
target: [
|
||||
"static-x86_64-unknown-linux-musl",
|
||||
|
||||
Reference in New Issue
Block a user