diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-05-03 15:51:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-03 15:51:02 -0400 |
| commit | 79e7cfcf9d05dfb242d31e1cfe25e6ac91476da0 (patch) | |
| tree | a0290907da3dbb889fa4e545c7e45dd9b7659853 | |
| parent | 6cc2615e41610d6bbb8b1f28158d475461c5304c (diff) | |
| download | cryptography-azure-pipelines.tar.gz | |
Update azure-pipelines.ymlazure-pipelines
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d23665d5..03c8306c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,7 @@ jobs: - job: 'mac' + pool: + vmImage: $[variables.vmImage] strategy: matrix: Python27-macOS1013: |
