ci: Limit the number of concurrent builds to 4
This commit is contained in:
@@ -15,6 +15,7 @@ jobs:
|
||||
cc:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
bits: [ 32, 64 ]
|
||||
type: [ "static", "shared" ]
|
||||
|
||||
Reference in New Issue
Block a user