From 3a04fab5343cb3216b60da76988a0a19b81cdcbc Mon Sep 17 00:00:00 2001 From: Toni Saario Date: Tue, 28 Apr 2026 11:35:23 +0300 Subject: [PATCH] Update macOS 26 x86_64 tier1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates bootstrap to set MTU to 1496 at boot. This will enable use of all macOS hosts. Change-Id: I47fda29f44ba7522b914d24b341239f81a1db776 Reviewed-by: Ville-Pekka Karhu 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 979665b5..0ff8f9c3 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -39,7 +39,7 @@ Configurations: Platform dependency: 'macos-universal-on-arm64' - Id: 'macos-26-x86_64-tests' - Template: 'qtci-macos-26-x86_64-102' + Template: 'qtci-macos-26-x86_64-103' Compiler: 'Clang' Features: ['Sccache', 'TestOnly', 'Packaging', 'DoNotAbortTestingOnFirstFailure'] Platform dependency: 'macos-universal-on-arm64' @@ -74,7 +74,7 @@ Configurations: - Id: 'macos-x86_64-developer-build' - Template: 'qtci-macos-26-x86_64-102' + Template: 'qtci-macos-26-x86_64-103' 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'