aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorVille-Pekka Karhu <ville-pekka.karhu@qt.io>2023-07-28 12:51:39 +0300
committerVille-Pekka Karhu <ville-pekka.karhu@qt.io>2023-09-21 08:12:20 +0000
commit31cf8010bcc76d715aba4be29d7088634e25f072 (patch)
tree2d8bafb154abcb463211b1fcaf5fe4e05c0fae2c /coin/platform_configs
parentc126b830dc4b80b66d7788f0a31ccffd77496f02 (diff)
Replace macOS 12 ARM with macOS 13 ARM as a build target
Change-Id: I3c05bf3d33e3360b453417f48e7c7575abde837b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit 7863f9974c3772cb026c71fac42b431ebd850f7f)
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/macos.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 3171ad21..5eaba4a4 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -22,7 +22,7 @@ Configurations:
-
Id: 'macos-universal-on-arm64'
- Template: 'qtci-macos-12-arm64'
+ Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'
Target arch: 'x86_64-arm64'
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
@@ -96,8 +96,8 @@ Configurations:
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',
]
-
- Id: 'macos-12-arm64-developer-build'
- Template: 'qtci-macos-12-arm64'
+ Id: 'macos-13-arm64-developer-build'
+ Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
Configure arguments: '-developer-build -nomake examples -release -force-debug-info -separate-debug-info -framework'
@@ -121,7 +121,7 @@ Configurations:
Template: 'qtci-macos-11.0-arm64'
Compiler: 'Clang'
Features: ['TestOnly']
- Platform dependency: 'macos-12-arm64-developer-build'
+ Platform dependency: 'macos-13-arm64-developer-build'
-
Id: 'macos-12-x86_64-developer-build-tests'
Template: 'qtci-macos-12-x86_64-105'
@@ -133,10 +133,10 @@ Configurations:
Template: 'qtci-macos-12-arm64'
Compiler: 'Clang'
Features: ['TestOnly']
- Platform dependency: 'macos-12-arm64-developer-build'
+ Platform dependency: 'macos-13-arm64-developer-build'
-
Id: 'macos-13-arm64-developer-build-tests'
Template: 'qtci-macos-13-arm64'
Compiler: 'Clang'
Features: ['TestOnly']
- Platform dependency: 'macos-12-arm64-developer-build'
+ Platform dependency: 'macos-13-arm64-developer-build'