From eac2f618cbf710644251189dc5d3a7c6d189a68f Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 21 Feb 2020 10:31:46 -0800 Subject: [PATCH] no catalina --- .azure-pipelines/templates/tests-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/tests-suite.yml b/.azure-pipelines/templates/tests-suite.yml index c377981b9..3203c59c4 100644 --- a/.azure-pipelines/templates/tests-suite.yml +++ b/.azure-pipelines/templates/tests-suite.yml @@ -3,11 +3,11 @@ jobs: strategy: matrix: macos-py27: - IMAGE_NAME: macOS-10.15 + IMAGE_NAME: macOS-10.14 PYTHON_VERSION: 2.7 TOXENV: py27 macos-py38: - IMAGE_NAME: macOS-10.15 + IMAGE_NAME: macOS-10.14 PYTHON_VERSION: 3.8 TOXENV: py38 windows-py35: