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 committed by June
parent 2a987ca67a
commit 73b25b9793

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