From bb4d800bd6ef2366d4ca2c69d04ea760d21345a6 Mon Sep 17 00:00:00 2001 From: Ville-Pekka Karhu Date: Thu, 8 Jan 2026 17:54:37 +0200 Subject: [PATCH] Fix macOS 26 Intel VM IP address issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix done with new coin-setup binary installation. Also updates OS version from 26.0 to 26.2 Task-number: QTQAINFRA-7617 Change-Id: I70d5de084ca19b1d9bb5b068ccff7e4fad11ab10 Reviewed-by: Tor Arne Vestbø Reviewed-by: Aku Pietikäinen --- 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 786f84bf..eac52d84 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -45,7 +45,7 @@ Configurations: Platform dependency: 'macos-universal-on-arm64' - Id: 'macos-26-x86_64-tests' - Template: 'qtci-macos-26-x86_64-100' + Template: 'qtci-macos-26-x86_64-101' Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging', 'DoNotAbortTestingOnFirstFailure'] Platform dependency: 'macos-universal-on-arm64' @@ -98,7 +98,7 @@ Configurations: ] - Id: 'macos-26-x86_64-developer-build' - Template: 'qtci-macos-26-x86_64-100' + Template: 'qtci-macos-26-x86_64-101' Compiler: 'Clang' Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure', 'StandaloneExamples'] Configure arguments: '-developer-build -release -force-asserts -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'