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-20 03:09:24 +0300
commit1e9a65e07cba3d1e14d8530497f0a8f0aacde5cd (patch)
treeac571f93f6cc8b3276d83b26a811569440860791
parent4e9d3afcc4104fc646c37899efc41cc4e62e5e09 (diff)
Update macOS imagesupdate-macos-only
-rw-r--r--.azure-pipelines/templates/jobs/standard-tests-jobs.yml4
1 files changed, 2 insertions, 2 deletions
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: