ci: Limit the number of concurrent builds to 4

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-05-19 04:36:38 +02:00
parent ea7406c8bc
commit 8ca8a76581
+1
View File
@@ -15,6 +15,7 @@ jobs:
cc:
runs-on: ubuntu-20.04
strategy:
max-parallel: 4
matrix:
bits: [ 32, 64 ]
type: [ "static", "shared" ]