ci: Fix Windows and MinGW task names
authorAndres Freund <[email protected]>
Thu, 30 Oct 2025 17:07:06 +0000 (13:07 -0400)
committerAndres Freund <[email protected]>
Thu, 30 Oct 2025 17:07:06 +0000 (13:07 -0400)
They use Windows Server 2022, not 2019.

Author: Nazir Bilal Yavuz <[email protected]>
Discussion: https://postgr.es/m/flat/CAN55FZ1OsaM+852BMQDJ+Kgfg+07knJ6dM3PjbGbtYaK4qwfqA@mail.gmail.com

.cirrus.tasks.yml

index 682c567e18fc43a385f547adf40df84293fe4c59..e192835445159e77443f8a3ad57830a797954f5b 100644 (file)
@@ -538,7 +538,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:
@@ -588,7 +588,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