From deb86a4fb8bd3321f30536e6e0599df700c9f9dd Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Thu, 11 May 2023 10:49:59 +0000 Subject: [PATCH] Remove macOS 13 x86_64 nightly run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit macOS 13 x86_64 will be added to blocking CI Change-Id: I1d6fa17d3274c3c635a29d671fff1538ba17ddf5 Reviewed-by: Tor Arne Vestbø --- coin/platform_configs/nightly_macos13.yaml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 coin/platform_configs/nightly_macos13.yaml diff --git a/coin/platform_configs/nightly_macos13.yaml b/coin/platform_configs/nightly_macos13.yaml deleted file mode 100644 index d011cedd..00000000 --- a/coin/platform_configs/nightly_macos13.yaml +++ /dev/null @@ -1,14 +0,0 @@ -Version: 2 -Module only: True -Include: [ - macos.yaml: [ - "macos-12-x86_64-developer-build" - ] -] -Configurations: -- - Id: 'macos-13-x86_64-developer-build-tests' - Template: 'qtci-macos-13-x86_64-103' - Compiler: 'Clang' - Features: ['TestOnly'] - Platform dependency: 'macos-12-x86_64-developer-build'