From 5be87122b198e3b870ca3aceb0e40b944f76143d Mon Sep 17 00:00:00 2001 From: Olli Vuolteenaho Date: Mon, 24 Feb 2025 13:59:12 +0200 Subject: [PATCH] QtGP: Update CI Windows test host template The Windows template was upgraded from -53 to -54 just after the qtgradleplugin platform config was added, and I guess that's why this one was missed. Change-Id: Ibc2250a40d6e67e409cee323cb305a93e65ee7ff Reviewed-by: Tero Heikkinen --- coin/platform_configs/qtgradleplugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/qtgradleplugin.yaml b/coin/platform_configs/qtgradleplugin.yaml index 05fcd410..dfed3fe6 100644 --- a/coin/platform_configs/qtgradleplugin.yaml +++ b/coin/platform_configs/qtgradleplugin.yaml @@ -13,6 +13,6 @@ Configurations: Features: ['TestOnly'] - Id: 'qtgp-on-windows' - Template: 'qtci-windows-11_23H2-x86_64-53' + Template: 'qtci-windows-11_23H2-x86_64-54' Compiler: 'MSVC2022' Features: ['TestOnly']