Fix build break in qtsaferenderer configuration

Remove the non-existing configuration 'macos-13-x86_64-tests'

Change-Id: I9b6103fafd07f1bd2479042ff3a90430afeeca38
Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
Teemu Holappa
2026-03-20 07:34:34 +00:00
parent bdff386c19
commit 8deb9f9437

View File

@@ -1,8 +1,7 @@
Version: 2
Include: [
macos.yaml: [
"macos-universal-on-arm64",
"macos-13-x86_64-tests"
"macos-universal-on-arm64"
],
cmake_platforms.yaml: [
"ubuntu-22.04",
@@ -35,12 +34,6 @@ Include: [
offline_documentation.yaml
]
Configurations:
-
Id: 'macos-13-arm64-tests'
Template: 'qtci-macos-13-arm-107'
Compiler: 'Clang'
Features: ['TestOnly']
Platform dependency: 'macos-universal-on-arm64'
-
Id: 'Axivion-QEMU_build'
Template: 'qtci-linux-Ubuntu-22.04-x86_64-51'