Change macOS precheck default to arm64

Amount of macOS x86_64 hw is limited, it is better to use arm64

Task-number: QTQAINFRA-6380
Change-Id: I56c5ffa424952d3880ebc0ad94cdb54e0a7c6453
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Jukka Jokiniva
2024-06-10 09:35:12 +03:00
committed by Tor Arne Vestbø
parent ca73305d19
commit 619454ac0c

View File

@@ -9,7 +9,7 @@ Include: [
"ios-universal"
],
macos.yaml: [
"macos-14-x86_64-tests",
"macos-14-arm64-tests",
],
cmake_platforms_target_android.yaml: [
"android-arm64-on-macos"