Merge pull request #662 from litghost/fix_cirrus_ci

Increase vCPU to 5 because of cirrus resource limit change.
This commit is contained in:
gatecat 2021-04-06 09:18:30 +01:00 committed by GitHub
commit cf6833b9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
task:
name: build-test-ubuntu2004
container:
cpu: 4
cpu: 5
memory: 20
dockerfile: .cirrus/Dockerfile.ubuntu20.04