aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-03-02 22:57:28 -0500
committerGitHub <noreply@github.com>2020-03-02 19:57:28 -0800
commit382253ea0e1dd5b6c700a50cedb57ec24dd5907b (patch)
treeea7a92cd79742b5458159420e60a9fc9da44b164
parent2ca0fe12e3ada1f7e558338065f1412080ba065c (diff)
downloadcryptography-382253ea0e1dd5b6c700a50cedb57ec24dd5907b.tar.gz
cryptography-382253ea0e1dd5b6c700a50cedb57ec24dd5907b.tar.bz2
cryptography-382253ea0e1dd5b6c700a50cedb57ec24dd5907b.zip
Update azure images for their deprecation of 10.13 (#5132)
-rw-r--r--azure-pipelines.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3b279344..f74de2ed 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -13,16 +13,6 @@ jobs:
vmImage: $[variables.vmImage]
strategy:
matrix:
- Python27-macOS1013:
- python.version: '2.7'
- TOXENV: py27
- vmImage: 'macOS-10.13'
- MACOS_VERSION: '10.13'
- Python38-macOS1013:
- python.version: '3.8'
- TOXENV: py38
- vmImage: 'macOS-10.13'
- MACOS_VERSION: '10.13'
Python27-macOS1014:
python.version: '2.7'
TOXENV: py27
@@ -33,6 +23,16 @@ jobs:
TOXENV: py38
vmImage: 'macOS-10.14'
MACOS_VERSION: '10.14'
+ Python27-macOS1015:
+ python.version: '2.7'
+ TOXENV: py27
+ vmImage: 'macOS-10.15'
+ MACOS_VERSION: '10.15'
+ Python38-macOS1015:
+ python.version: '3.8'
+ TOXENV: py38
+ vmImage: 'macOS-10.15'
+ MACOS_VERSION: '10.15'
steps:
- task: UsePythonVersion@0
inputs: