From 0d018fc073a41170b441576e3ee36635d83f685d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 15 Nov 2023 15:42:29 +0100 Subject: [PATCH] Use macOS 14 ARM to run minimal static tests Our x86_64 capacity is overloaded. The Mimer SQL plugin is skipped because it has problems in static builds. Pick-to: 6.8 Change-Id: I5f89cb7aa6b373792090ea16b0137de05574b71b Reviewed-by: Jukka Jokiniva --- coin/platform_configs/cmake_platforms_static_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/cmake_platforms_static_tests.yaml b/coin/platform_configs/cmake_platforms_static_tests.yaml index 571fc620..b1afcbff 100644 --- a/coin/platform_configs/cmake_platforms_static_tests.yaml +++ b/coin/platform_configs/cmake_platforms_static_tests.yaml @@ -23,7 +23,7 @@ Configurations: ] - Id: 'macos-minimal-static' - Template: 'qtci-macos-13-x86_64-103' + Template: 'qtci-macos-14-arm-106' Compiler: 'Clang' Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure'] Configure arguments: '-nomake examples -release -force-debug-info -static -no-framework'