From 6e853cc6fc7530e8761961cd55ab0caf10ce1817 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 11 Nov 2024 17:27:13 +0100 Subject: [PATCH] coin: Switch ios-tests-on-macos to use qtci-macos-14-arm-106 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will use the newer iOS 17 SDK during the build, and allow us to enforce the minimum SDK version check. This change also switches to using an arm mac for the build. Task-number: QTBUG-119490 Change-Id: Ie9ff2b2f4fe40bda2856d4b12a03aaa05f836de4 Reviewed-by: Tor Arne Vestbø (cherry picked from commit f5970f9c6219362ae034df1bf35dc092efa1e1d8) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit 6db401bedaa0900b4b04c67b2d606cb1c85000df) --- coin/platform_configs/ios-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/ios-tests.yaml b/coin/platform_configs/ios-tests.yaml index a1b6b42a..1cfb652f 100644 --- a/coin/platform_configs/ios-tests.yaml +++ b/coin/platform_configs/ios-tests.yaml @@ -2,7 +2,7 @@ Version: 2 Configurations: - Id: "ios-tests-on-macos" - Template: 'qtci-macos-13-x86_64-103' + Template: 'qtci-macos-14-arm-106' Target os: 'IOS_ANY' Target arch: 'arm64' Compiler: 'Clang'