From cda62657e95a90a5fd61ba43e2acbd407e3a4135 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:03:17 +0100 Subject: [PATCH] ci: Increase `windows_container` resources Required to fit timeout when all build caches are invalidated. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index cc717c4f43..ae962f2906 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -97,8 +97,8 @@ task: name: "Win64 native [vs2022]" << : *FILTER_TEMPLATE windows_container: - cpu: 4 - memory: 8G + cpu: 6 + memory: 12G image: cirrusci/windowsservercore:visualstudio2022 timeout_in: 120m env: