summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.tasks.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
index a2388cd5036..33646faeadf 100644
--- a/.cirrus.tasks.yml
+++ b/.cirrus.tasks.yml
@@ -520,6 +520,7 @@ WINDOWS_ENVIRONMENT_BASE: &WINDOWS_ENVIRONMENT_BASE
PG_TEST_USE_UNIX_SOCKETS: 1
PG_REGRESS_SOCK_DIR: "c:/cirrus/"
DISK_SIZE: 50
+ IMAGE_FAMILY: pg-ci-windows-ci
sysinfo_script: |
chcp
@@ -543,7 +544,6 @@ task:
# given that it explicitly prevents crash dumps from working...
# 0x8001 is SEM_FAILCRITICALERRORS | SEM_NOOPENFILEERRORBOX
CIRRUS_WINDOWS_ERROR_MODE: 0x8001
- IMAGE_FAMILY: pg-ci-windows-ci-vs-2019
<<: *windows_task_template
@@ -604,7 +604,6 @@ task:
# Start bash in current working directory
CHERE_INVOKING: 1
BASH: C:\msys64\usr\bin\bash.exe -l
- IMAGE_FAMILY: pg-ci-windows-ci-mingw64
<<: *windows_task_template