mirror of https://github.com/qt/qt5.git
Update macOS from 12 to 14 in qtsaferenderer.yaml
Pick-to: 6.8 Change-Id: Ie03a14449e941a71acc58e5de78b980690ce221f Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
This commit is contained in:
parent
6800c5916f
commit
8a98b34cc7
|
@ -2,8 +2,8 @@ Version: 2
|
||||||
Include: [
|
Include: [
|
||||||
macos.yaml: [
|
macos.yaml: [
|
||||||
"macos-universal-on-x86_64",
|
"macos-universal-on-x86_64",
|
||||||
"macos-12-x86_64-tests",
|
"macos-14-x86_64-tests",
|
||||||
"macos-12-arm-on-arm64-tests"
|
"macos-14-arm64-tests"
|
||||||
],
|
],
|
||||||
cmake_platforms.yaml: [
|
cmake_platforms.yaml: [
|
||||||
"ubuntu-22.04",
|
"ubuntu-22.04",
|
||||||
|
@ -27,8 +27,8 @@ Include: [
|
||||||
# Static build configurations for tools
|
# Static build configurations for tools
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
Id: 'macOS-12-latest-xcode-universal_Static'
|
Id: 'macos-latest-x code-universal-static-build'
|
||||||
Template: 'qtci-macos-12-x86_64-107'
|
Template: 'qtci-macos-14-arm-106'
|
||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Target arch: 'x86_64-arm64'
|
Target arch: 'x86_64-arm64'
|
||||||
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
||||||
|
|
Loading…
Reference in New Issue