Bump MacOS build image on Azure Pipelines

The 10.13 image is no longer supported and will be removed on 3/23.

Closes #276
This commit is contained in:
Paul Melnikow
2020-02-26 16:47:26 -05:00
parent 6ad0aebaf8
commit a68f8b23e5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
python ./bin/run_tests.py
- job: macos_35
pool: {vmImage: 'macOS-10.13'}
pool: {vmImage: 'macOS-10.15'}
steps:
- task: UsePythonVersion@0
inputs:
@@ -20,7 +20,7 @@ jobs:
python ./bin/run_tests.py
- job: macos_38
pool: {vmImage: 'macOS-10.13'}
pool: {vmImage: 'macOS-10.15'}
steps:
- task: UsePythonVersion@0
inputs:
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
inputs: {pathtoPublish: 'wheelhouse'}
- job: macos
pool: {vmImage: 'macOS-10.13'}
pool: {vmImage: 'macOS-10.15'}
steps:
- task: UsePythonVersion@0
- bash: |