From 37f53cc0d99e6f8eb0f056b83cb58713c6bbace6 Mon Sep 17 00:00:00 2001 From: Ville-Pekka Karhu Date: Thu, 9 Apr 2026 14:35:07 +0300 Subject: [PATCH] Increase macOS 13 ARM Tier1 size to 350G MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove recovery partition to save space and update OS version to 13.7.8 Pick-to: 6.8 6.5 Task-number: QTQAINFRA-7737 Change-Id: I093aceecfac72b2faf8d9e104bda7d0d67ab09b5 Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/macos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 5462349f..9dfa8f5a 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -46,7 +46,7 @@ Configurations: - Id: 'macos-13-arm64-tests' - Template: 'qtci-macos-13-arm-107' + Template: 'qtci-macos-13-arm-108' Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-arm64' @@ -109,7 +109,7 @@ Configurations: # Test on all supported macOS versions (deployment targets) - Id: 'macos-13-arm64-developer-build-tests' - Template: 'qtci-macos-13-arm-107' + Template: 'qtci-macos-13-arm-108' Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-arm64-developer-build'