From a3797eaa45c977f4e15fb0e80de3faad1136de53 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 21 Feb 2020 12:16:16 -0800 Subject: [PATCH] test on 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 069ea94d6..72a63f0ae 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.14 + IMAGE_NAME: macOS-10.15 PYTHON_VERSION: 2.7 TOXENV: py27 macos-py38: - IMAGE_NAME: macOS-10.14 + IMAGE_NAME: macOS-10.15 PYTHON_VERSION: 3.8 TOXENV: py38 windows-py35: