From 9ceb1b5ef5b168c7988ff29954d96eaa8d95acd4 Mon Sep 17 00:00:00 2001 From: Ville-Pekka Karhu Date: Mon, 18 Mar 2024 15:50:41 +0200 Subject: [PATCH] Platform configs: Replace hardware macOS 14 ARM with virtualized macOS 14 ARM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTQAINFRA-5831 Change-Id: Ibdd2360a55855d04bf02d6047870f48319c2ce9d Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 2cf2a378..8019a046 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -72,15 +72,9 @@ Configurations: Platform dependency: 'macos-universal-on-x86_64' - Id: 'macos-14-arm64-tests' - Template: 'qtci-macos-14-arm64' - Compiler: 'Clang' - Features: ['TestOnly', 'Packaging'] - Platform dependency: 'macos-universal-on-x86_64' - - - Id: 'macos-14-arm64-tart-tests' Template: 'qtci-macos-14-arm-106' Compiler: 'Clang' - Features: ['TestOnly', 'Packaging', 'InsignificantTests'] + Features: ['TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64' # Test the universal packaging built on arm64 @@ -154,13 +148,7 @@ Configurations: Platform dependency: 'macos-13-arm64-developer-build' - Id: 'macos-14-arm64-developer-build-tests' - Template: 'qtci-macos-14-arm64' + Template: 'qtci-macos-14-arm-106' Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-13-arm64-developer-build' - - - Id: 'macos-14-arm64-tart-developer-build-tests' - Template: 'qtci-macos-14-arm-106' - Compiler: 'Clang' - Features: ['TestOnly', 'InsignificantTests'] - Platform dependency: 'macos-13-arm64-developer-build'