aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-09 17:17:14 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2022-11-15 12:33:35 +0000
commit610eb94b82c71ca221a7834982b55693e42fa702 (patch)
tree013fcfd89dba32d9138fb0cfc214eed7249609e7 /coin/platform_configs
parent9c8208de5fe0adab5cb19fe4b78e573ab052718f (diff)
Add macOS 13 on Apple Silicon as insignificant platform (for now)
Task-number: QTBUG-104210 Change-Id: Ic9f6a1b0a93e762a643fb98d31d1a3b82bdd61ea Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> (cherry picked from commit 2586e0f3bd07d1107e8762e0cf4902a0c12b06e1) Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/macos.yaml12
1 files changed, 12 insertions, 0 deletions
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
@@ -64,6 +64,12 @@ Configurations:
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'
Compiler: 'Clang'
@@ -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'