From eb290c48d41ca99e7e13def0f8fb39b687fb707a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 8 Apr 2025 22:42:24 +0200 Subject: [PATCH] Bump developer build host for macOS to macOS 15 Which gets us Xcode 16, with the macOS 15 SDK. Pick-to: 6.9 Change-Id: I3c7936885e97e479873c4d012adca0d67765c907 Reviewed-by: Alexandru Croitor Reviewed-by: Timur Pocheptsov --- coin/platform_configs/macos.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 9ea1b6f5..00a6023c 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -70,8 +70,8 @@ Configurations: # Build on recent macOS version with latest Xcode - - Id: 'macos-14-x86_64-developer-build' - Template: 'qtci-macos-14-x86_64-105' + Id: 'macos-x86_64-developer-build' + Template: 'qtci-macos-15-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' @@ -80,8 +80,8 @@ Configurations: 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_DEPLOY_FFMPEG=TRUE', ] - - Id: 'macos-14-arm64-developer-build' - Template: 'qtci-macos-14-arm-106' + Id: 'macos-arm64-developer-build' + Template: 'qtci-macos-15-arm-104' Compiler: 'Clang' Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure'] Configure arguments: '-developer-build -nomake examples -debug -framework' @@ -96,16 +96,16 @@ Configurations: Template: 'qtci-macos-13-arm-107' Compiler: 'Clang' Features: ['TestOnly'] - Platform dependency: 'macos-14-arm64-developer-build' + Platform dependency: 'macos-arm64-developer-build' - Id: 'macos-14-arm64-developer-build-tests' Template: 'qtci-macos-14-arm-106' Compiler: 'Clang' Features: ['TestOnly'] - Platform dependency: 'macos-14-arm64-developer-build' + Platform dependency: 'macos-arm64-developer-build' - Id: 'macos-15-arm64-developer-build-tests' Template: 'qtci-macos-15-arm-104' Compiler: 'Clang' Features: ['TestOnly'] - Platform dependency: 'macos-14-arm64-developer-build' + Platform dependency: 'macos-arm64-developer-build'