aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs
diff options
context:
space:
mode:
authorVille-Pekka Karhu <ville-pekka.karhu@qt.io>2023-10-19 15:54:43 +0300
committerVille-Pekka Karhu <ville-pekka.karhu@qt.io>2023-10-23 08:23:40 +0000
commit2cf8bbf580c915ddd4b97f492b673d14b14ead6a (patch)
tree5ab991172afae21c69981372f4c8ad2cb19676dd /coin/platform_configs
parenta345c01d6838b856816bf531b35c9575df1e5d93 (diff)
Provisioning: Update macOS 14 Intel nightly Tier1 version
This change updates macOS 14 from beta version to released version 14.0 Change-Id: I6e87ee51efcce5edcdc853048c67598c02b3defe Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin/platform_configs')
-rw-r--r--coin/platform_configs/nightly_macos14.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/platform_configs/nightly_macos14.yaml b/coin/platform_configs/nightly_macos14.yaml
index 81b040e5..434ef310 100644
--- a/coin/platform_configs/nightly_macos14.yaml
+++ b/coin/platform_configs/nightly_macos14.yaml
@@ -3,7 +3,7 @@ Module only: True
Configurations:
-
Id: 'macos-14-x86_64-developer-build'
- Template: 'qtci-macos-14-x86_64-103'
+ Template: 'qtci-macos-14-x86_64-105'
Compiler: 'Clang'
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples'
@@ -14,7 +14,7 @@ Configurations:
]
-
Id: 'macos-14-x86_64-developer-build-tests'
- Template: 'qtci-macos-14-x86_64-103'
+ Template: 'qtci-macos-14-x86_64-105'
Compiler: 'Clang'
Features: ['Sccache', 'TestOnly']
Platform dependency: 'macos-14-x86_64-developer-build'