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.
This commit is contained in:
Hennadii Stepanov
2022-06-25 13:19:27 +02:00
parent a18c4c1871
commit 849cf967a3

View File

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