From 337a90e6dc1e1c43afca070f187c36c6b5eb0137 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Mon, 15 Aug 2022 10:24:01 +0300 Subject: [PATCH] CI Nightly: Add macOS 13 Beta with TestOnly feature Task-number: QTQAINFRA-5058 Change-Id: I9cc318e90c1f77ff5c27f408a3a3239f1b1e8a5f Reviewed-by: Toni Saario --- coin/platform_configs/nightly_macos13.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 coin/platform_configs/nightly_macos13.yaml diff --git a/coin/platform_configs/nightly_macos13.yaml b/coin/platform_configs/nightly_macos13.yaml new file mode 100644 index 00000000..a7d55fb9 --- /dev/null +++ b/coin/platform_configs/nightly_macos13.yaml @@ -0,0 +1,13 @@ +Version: 2 +Include: [ + macos.yaml: [ + "macos-latest-xcode-arm64-developer-build" + ] +] +Configurations: +- + Id: 'macos-13-arm64-developer-build-tests' + Template: 'qtci-macos-13-arm64' + Compiler: 'Clang' + Features: ['TestOnly'] + Platform dependency: 'macos-latest-xcode-arm64-developer-build'