From 3287bf62c9ea63763ea03bf8508e24ba3b73a8f3 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 30 Oct 2025 13:07:01 -0400 Subject: [PATCH] ci: Fix Windows and MinGW task names They use Windows Server 2022, not 2019. Author: Nazir Bilal Yavuz Discussion: https://postgr.es/m/flat/CAN55FZ1OsaM+852BMQDJ+Kgfg+07knJ6dM3PjbGbtYaK4qwfqA@mail.gmail.com --- .cirrus.tasks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index d84875168bb..d44d388d5ca 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -704,7 +704,7 @@ WINDOWS_ENVIRONMENT_BASE: &WINDOWS_ENVIRONMENT_BASE task: - name: Windows - Server 2019, VS 2019 - Meson & ninja + name: Windows - Server 2022, VS 2019 - Meson & ninja << : *WINDOWS_ENVIRONMENT_BASE env: @@ -755,7 +755,7 @@ task: task: << : *WINDOWS_ENVIRONMENT_BASE - name: Windows - Server 2019, MinGW64 - Meson + name: Windows - Server 2022, MinGW64 - Meson # See REPO_CI_AUTOMATIC_TRIGGER_TASKS in .cirrus.star. trigger_type: $CI_TRIGGER_TYPE_MINGW