ci: limit max parallel jobs to 4

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-18 21:01:37 -04:00
parent 1c6acc2f7e
commit b90e7859f3

View file

@ -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",