From: Andres Freund Date: Thu, 30 Oct 2025 17:07:03 +0000 (-0400) Subject: ci: Fix Windows and MinGW task names X-Git-Tag: REL_17_7~31 X-Git-Url: http://git.postgresql.org/gitweb/static/documentation.html?a=commitdiff_plain;h=3f059dd3977c25ab87310f39e9209d6ec49f6819;p=postgresql.git 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 --- diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index 9f3f9dc08fe..aee7a31a022 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -542,7 +542,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: @@ -592,7 +592,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