From 5eacf857aa2b4df60d2de0ab5a33b2c56033fac7 Mon Sep 17 00:00:00 2001 From: Ville-Pekka Karhu Date: Fri, 8 May 2026 15:50:19 +0300 Subject: [PATCH] Platform Configs: Update macOS 14 Tier1 images for Intel and ARM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Intel image also has an update to coin bootstrap agent to lower MTU to 1496 Pick-to: 6.11 6.8 6.5 5.15 Task-number: QTQAINFRA-7854 Change-Id: Icac411ad0c4fdf4d64a673156cf33ea3f7f94a51 Reviewed-by: Tero Heikkinen Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/cmake_platforms_static_release.yaml | 4 ++-- coin/platform_configs/macos.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/coin/platform_configs/cmake_platforms_static_release.yaml b/coin/platform_configs/cmake_platforms_static_release.yaml index cf18f652..1f3fb3ba 100644 --- a/coin/platform_configs/cmake_platforms_static_release.yaml +++ b/coin/platform_configs/cmake_platforms_static_release.yaml @@ -67,13 +67,13 @@ Configurations: - Id: 'macos-14-minimal-static-tests-x86_64' - Template: 'qtci-macos-14-x86_64-105' + Template: 'qtci-macos-14-x86_64-106' Compiler: 'Clang' Features: ['TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64-minimal-static-test' - Id: 'macos-14-minimal-static-tests-arm64' - Template: 'qtci-macos-14-arm-106' + Template: 'qtci-macos-14-arm-108' Compiler: 'Clang' Features: ['TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-x86_64-minimal-static-test' diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index f88516d7..34a6a3be 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -27,7 +27,7 @@ Configurations: - Id: 'macos-14-x86_64-tests' - Template: 'qtci-macos-14-x86_64-105' + Template: 'qtci-macos-14-x86_64-106' Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-arm64' @@ -49,7 +49,7 @@ Configurations: - Id: 'macos-14-arm64-tests' - Template: 'qtci-macos-14-arm-106' + Template: 'qtci-macos-14-arm-108' Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging'] Platform dependency: 'macos-universal-on-arm64' @@ -110,7 +110,7 @@ Configurations: # Test on all supported macOS versions (deployment targets) - Id: 'macos-14-arm64-developer-build-tests' - Template: 'qtci-macos-14-arm-106' + Template: 'qtci-macos-14-arm-108' Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-arm64-developer-build'