From 3b330e86fb79cd66c0b601eaac79eda679a34d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 31 May 2024 14:09:45 +0200 Subject: [PATCH] coin: Pre-check on macOS 14, not macOS 12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8aee5caa9cbe89e8f46d73d6c1938ab0e7aae3f8 Reviewed-by: Alexandru Croitor Reviewed-by: Toni Saario (cherry picked from commit 770546eb9cd72be72e17e0b64934d9f983cb8fad) Reviewed-by: Aku Pietikäinen Reviewed-by: Tor Arne Vestbø Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/precheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml index 68d8f9b7..e7846ebb 100644 --- a/coin/platform_configs/precheck.yaml +++ b/coin/platform_configs/precheck.yaml @@ -9,7 +9,7 @@ Include: [ "ios-universal" ], macos.yaml: [ - "macos-12-x86_64-tests", + "macos-14-x86_64-tests", ], cmake_platforms_target_android.yaml: [ "android-arm64-on-macos"