ci: Increase CPU number for "Win64 native" task

Currently, the time it takes to get the "Win64 native" task done with
all of the caches been invalidated is very close to the 2 hours limit.

This task is the only one which runs on Windows Community Cluster,
therefore this change should not affect other CI tasks.
pull/25460/head
Hennadii Stepanov 2 years ago
parent a18c4c1871
commit 849cf967a3
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -97,7 +97,7 @@ task:
name: "Win64 native [vs2022]"
<< : *FILTER_TEMPLATE
windows_container:
cpu: 4
cpu: 6
memory: 8G
image: cirrusci/windowsservercore:visualstudio2022
timeout_in: 120m

Loading…
Cancel
Save