Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2020-08-19 01:41:20 +0300
committerBrad Warren <bmw@eff.org>2020-08-19 01:41:20 +0300
commit4aa373c36657bd8b579ca50b99e5d12e7bc3f217 (patch)
treeedbb95691752eb6f87d6184b7868930dd5d8699c
parent82176002ce7543f3a013e53050c77fc7207e610d (diff)
Update macOS image.test-fix-macos-test-farm
-rw-r--r--.azure-pipelines/templates/jobs/extended-tests-jobs.yml2
-rw-r--r--.azure-pipelines/templates/jobs/standard-tests-jobs.yml4
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: