From 610eb94b82c71ca221a7834982b55693e42fa702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 9 Nov 2022 17:17:14 +0100 Subject: Add macOS 13 on Apple Silicon as insignificant platform (for now) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-104210 Change-Id: Ic9f6a1b0a93e762a643fb98d31d1a3b82bdd61ea Reviewed-by: Volker Hilsheimer Reviewed-by: Tony Sarajärvi Reviewed-by: Timur Pocheptsov (cherry picked from commit 2586e0f3bd07d1107e8762e0cf4902a0c12b06e1) Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'coin/platform_configs') diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 112d0c82..b2c44b76 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -63,6 +63,12 @@ Configurations: Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-latest-xcode-universal-packaging-build' + - + Id: 'macos-13-arm64-tests' + Template: 'qtci-macos-13-arm64' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly', 'Packaging', 'InsignificantTests'] + Platform dependency: 'macos-latest-xcode-universal-packaging-build' - Id: 'macos-12-x86_64-tests' Template: 'qtci-macos-12-x86_64-105' @@ -145,3 +151,9 @@ Configurations: Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-latest-xcode-arm64-developer-build' + - + Id: 'macos-13-arm64-developer-build-tests' + Template: 'qtci-macos-13-arm64' + Compiler: 'Clang' + Features: ['TestOnly', 'InsignificantTests'] + Platform dependency: 'macos-latest-xcode-arm64-developer-build' -- cgit v1.2.3