From f9532eeac988735b02a78847ff6ba5139de546a8 Mon Sep 17 00:00:00 2001
From: Nazir Bilal Yavuz <byavuz81@gmail.com>
Date: Thu, 4 Sep 2025 14:47:04 +0300
Subject: [PATCH v3 1/2] Force using Windows CI image with both VS versions
 installed

This patch should not be committed, only for testing!
---
 .cirrus.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 3f75852e84e..87085266ec2 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -74,7 +74,12 @@ default_openbsd_task_template: &openbsd_task_template
 default_windows_task_template: &windows_task_template
   env:
     PLATFORM: windows
-  <<: *cirrus_community_vm_template
+  compute_engine_instance:
+    image_project: pg-ci-images-dev
+    image: pg-ci-windows-ci-2025-09-08t07-40-48
+    platform: $PLATFORM
+    cpu: $CPUS
+    disk: $DISK_SIZE
 
 
 # macos workers provided by cirrus-ci
-- 
2.51.0

