Skip to content

Commit 0a8a4be

Browse files
committed
ci: Fix Windows and MinGW task names
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
1 parent c106ef0 commit 0a8a4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ WINDOWS_ENVIRONMENT_BASE: &WINDOWS_ENVIRONMENT_BASE
752752
753753
754754
task:
755-
name: Windows - Server 2019, VS 2019 - Meson & ninja
755+
name: Windows - Server 2022, VS 2019 - Meson & ninja
756756
<< : *WINDOWS_ENVIRONMENT_BASE
757757

758758
env:
@@ -811,7 +811,7 @@ task:
811811

812812
task:
813813
<< : *WINDOWS_ENVIRONMENT_BASE
814-
name: Windows - Server 2019, MinGW64 - Meson
814+
name: Windows - Server 2022, MinGW64 - Meson
815815

816816
# See REPO_CI_AUTOMATIC_TRIGGER_TASKS in .cirrus.star.
817817
trigger_type: $CI_TRIGGER_TYPE_MINGW

0 commit comments

Comments
 (0)