Skip to content

Commit 849cf96

Browse files
committed
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.
1 parent a18c4c1 commit 849cf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ task:
9797
name: "Win64 native [vs2022]"
9898
<< : *FILTER_TEMPLATE
9999
windows_container:
100-
cpu: 4
100+
cpu: 6
101101
memory: 8G
102102
image: cirrusci/windowsservercore:visualstudio2022
103103
timeout_in: 120m

0 commit comments

Comments
 (0)