From 26001cc04d57735204d3c8999d07746ce750f6ed Mon Sep 17 00:00:00 2001 From: Ville-Pekka Karhu Date: Thu, 31 Jul 2025 14:59:23 +0300 Subject: [PATCH] Provisioning: Update macOS 26 ARM nightly to beta 4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTQAINFRA-7196 Change-Id: If844b43380fc251efde96ed8f2f8f8654f99d518 Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/nightly_macos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/nightly_macos.yaml b/coin/platform_configs/nightly_macos.yaml index 0d9c31dd..b5a0770c 100644 --- a/coin/platform_configs/nightly_macos.yaml +++ b/coin/platform_configs/nightly_macos.yaml @@ -8,7 +8,7 @@ Include: [ Configurations: - Id: 'macos-26-arm64-developer-build' - Template: 'qtci-macos-26-arm-100' + Template: 'qtci-macos-26-arm-101' Compiler: 'Clang' Features: ['Sccache', 'WarningsAreErrors', 'UseConfigure'] Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -nomake examples -nomake tests' @@ -19,7 +19,7 @@ Configurations: - Id: 'macos-26-arm64-tests' - Template: 'qtci-macos-26-arm-100' + Template: 'qtci-macos-26-arm-101' Compiler: 'Clang' Features: ['TestOnly', 'Packaging', 'Insignificant', 'Insignificant'] Platform dependency: 'macos-universal-on-arm64'