From 49b80c57c65a043fb0a22abf3d20036702544ab4 Mon Sep 17 00:00:00 2001 From: Jukka Jokiniva Date: Mon, 7 Oct 2024 14:57:58 +0300 Subject: [PATCH] Change precheck on Windows and macOS to developer build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: COIN-1181 Pick-to: 6.8 Change-Id: I91b156bf4217aba517d02d9003605b09edb08ec6 Reviewed-by: Oliver Wolff Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/precheck.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml index b6a02859..4b6e8656 100644 --- a/coin/platform_configs/precheck.yaml +++ b/coin/platform_configs/precheck.yaml @@ -5,11 +5,11 @@ Include: [ "ubuntu-22.04", "ubuntu-22.04-developer-build", "ubuntu-22.04-developer-build-x11-tests", - "windows-11_23H2-msvc2022", + "windows-11_23H2-msvc2022-developer-build", "ios-universal" ], macos.yaml: [ - "macos-14-arm64-tests", + "macos-14-arm64-developer-build-tests", ], cmake_platforms_target_android.yaml: [ "android-arm64-on-macos"