From 770546eb9cd72be72e17e0b64934d9f983cb8fad 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 Pick-to: 6.8 Change-Id: I8aee5caa9cbe89e8f46d73d6c1938ab0e7aae3f8 Reviewed-by: Alexandru Croitor Reviewed-by: Toni Saario --- 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"