From 7cef3b9f3c43151c5def069a5f281088f561d370 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Sat, 10 Sep 2022 18:21:32 +0200 Subject: [PATCH] cirrus: Only run bootstrap pipeline on 11.x --- .cirrus.yml | 20 +------------------- ci/README.md | 4 +--- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 04b5ddd21f..148d01cd1a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,4 +1,3 @@ -# Test common_steps_template: &COMMON_STEPS_TEMPLATE install_prerequisites_script: ./ci/cirrusci.sh install_host_compiler_script: ./ci/run.sh install_host_compiler @@ -102,24 +101,7 @@ macos12_task: << : *COVERAGE_ENVIRONMENT_TEMPLATE << : *COMMON_STEPS_TEMPLATE macos11_task: - name: macOS 11.x x64, $TASK_NAME_SUFFIX - osx_instance: - image: big-sur-xcode - timeout_in: 60m - environment: - OS_NAME: darwin - # override Cirrus default OS (`darwin`) - OS: osx - # 12 CPU cores and 24 GB of memory are available - N: 12 - matrix: - - TASK_NAME_SUFFIX: DMD (latest) - - TASK_NAME_SUFFIX: DMD (coverage) - << : *COVERAGE_ENVIRONMENT_TEMPLATE - << : *COMMON_STEPS_TEMPLATE - -macos10_task: - name: macOS 10.15 x64, DMD (bootstrap) + name: macOS 11.x x64, DMD (bootstrap) osx_instance: image: big-sur-xcode timeout_in: 60m diff --git a/ci/README.md b/ci/README.md index 5e78ac4e90..094af86f3b 100644 --- a/ci/README.md +++ b/ci/README.md @@ -167,9 +167,7 @@ These should be taken seriously, since untested code is likely to introduce bugs - Ubuntu 18.04 x86, DMD (bootstrap) - Ubuntu 18.04 x86, DMD (coverage) - Ubuntu 18.04 x86, DMD (latest) -- macOS 10.15 x64, DMD (bootstrap) -- macOS 11.x x64, DMD (coverage) -- macOS 11.x x64, DMD (latest) +- macOS 11.x x64, DMD (bootstrap) - macOS 12.x x64, DMD (coverage) - macOS 12.x x64, DMD (latest)