aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_static_tests.yaml
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2023-12-05 15:27:46 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2023-12-18 06:33:23 +0100
commit361cc1e22ccb7e39d1d576b05ade872e21842450 (patch)
tree19eb7b46f73ff7f3d19d12e8ef522572318591cb /coin/platform_configs/cmake_platforms_static_tests.yaml
parent78e362b9d886775fb0bc95ab99d66ebb7c3b6a81 (diff)
coin: Bump macOS host templates to 13
We support Xcode 14 (SDK 13) as the minimum, documented on https://doc-snapshots.qt.io/qt6-dev/macos.html Bump our macos static tests and ios tests platforms to build on macOS 13, just like all other macos configs, and to also follow what we document. We can then enforce the minimum SDK version as a build time error when building qtbase. Change-Id: I7ce223983a31c14f8997d2e6f9b061909e326f6d Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'coin/platform_configs/cmake_platforms_static_tests.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_static_tests.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/platform_configs/cmake_platforms_static_tests.yaml b/coin/platform_configs/cmake_platforms_static_tests.yaml
index d3fcf1c8..e6a98abb 100644
--- a/coin/platform_configs/cmake_platforms_static_tests.yaml
+++ b/coin/platform_configs/cmake_platforms_static_tests.yaml
@@ -22,8 +22,8 @@ Configurations:
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
]
-
- Id: 'macos-11-minimal-static'
- Template: 'qtci-macos-11-x86_64-106'
+ Id: 'macos-minimal-static'
+ Template: 'qtci-macos-13-x86_64-103'
Compiler: 'Clang'
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
Configure arguments: '-nomake examples -release -force-debug-info -static -no-framework'