diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml index cc15b0b9..9122b69f 100644 --- a/coin/platform_configs/cmake_platforms.yaml +++ b/coin/platform_configs/cmake_platforms.yaml @@ -73,7 +73,7 @@ Configurations: ] - Id: 'windows-11_22h2-msvc2019' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'MSVC2019' Features: ['Packaging', 'Sccache', "DebugAndRelease", 'UseConfigure'] Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib' @@ -97,7 +97,7 @@ Configurations: ] - Id: 'windows-11_22h2-msvc2022' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'MSVC2022' Features: ['Sccache', "DebugAndRelease", 'UseConfigure'] Configure arguments: '-debug-and-release -force-debug-info -headersclean -nomake examples -qt-zlib -c++std c++20' @@ -137,7 +137,7 @@ Configurations: ] - Id: 'windows-11_22h2-msvc2019-developer-build' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'MSVC2019' Features: ['Sccache', "DebugAndRelease", 'WarningsAreErrors', 'UseConfigure'] Configure arguments: '-debug-and-release -make examples -developer-build -force-debug-info -qt-zlib' @@ -149,7 +149,7 @@ Configurations: ] - Id: 'windows-11_22h2-msvc2019-arm64' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'MSVC2019' Target arch: 'arm64' Features: ['Sccache', 'DisableTests', 'TargetBuildOnly', 'Packaging', 'UseConfigure'] @@ -242,7 +242,7 @@ Configurations: ] - Id: 'windows-11_22h2-llvm' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'Clang' Features: ['Packaging','Sccache', 'UseConfigure'] Configure arguments: '-release -force-debug-info -separate-debug-info -nomake examples' @@ -268,7 +268,7 @@ Configurations: ] - Id: 'windows-11_22h2-mingw13-developer-build' - Template: 'qtci-windows-11_22H2-x86_64-51' + Template: 'qtci-windows-11_22H2-x86_64-52' Compiler: 'Mingw' Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure'] Configure arguments: '-developer-build -release -force-debug-info -separate-debug-info -make examples'