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: