diff options
| -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: |
