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