From 025ce8bf7aa34ae6f3e94c0ef8b069aaeb5aa789 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 18 Aug 2020 15:38:26 -0700 Subject: [PATCH] upgrade macos --- .azure-pipelines/templates/jobs/extended-tests-jobs.yml | 2 +- .azure-pipelines/templates/jobs/standard-tests-jobs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml index 2dbbdbec7..0e1a98861 100644 --- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml @@ -71,7 +71,7 @@ jobs: macos-farmtest-apache2: # We run one of these test farm tests on macOS to help ensure the # tests continue to work on the platform. - IMAGE_NAME: macOS-10.14 + IMAGE_NAME: macOS-10.15 PYTHON_VERSION: 3.8 TOXENV: test-farm-apache2 farmtest-leauto-upgrades: diff --git a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml index 37a6de7a0..3bb73b67e 100644 --- a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/standard-tests-jobs.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-py36: