Skip to content

Commit

Permalink
Avoid deprecated macOS pool image
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed Mar 26, 2020
1 parent 3606b0b commit 0f5ddfe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- job: 'EvalChanges'
displayName: 'Analyze changed files to determine which job to run'
pool:
vmImage: 'macOS-10.13'
vmImage: 'macOS-10.15'
steps:
# We want to enforce the following rules for PRs:
# * if all modifications are to README.md
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
variables:
python.version: '3.6'
pool:
vmImage: 'macOS-10.13'
vmImage: 'macOS-10.15'
steps:
- template: azure-pipelines-steps.yml
parameters:
Expand All @@ -162,7 +162,7 @@ jobs:
imageName: 'ubuntu-16.04'
python.version: '3.5'
macOS, Python 3.5:
imageName: 'macOS-10.13'
imageName: 'macOS-10.15'
python.version: '3.5'
Windows, Python 3.5:
imageName: 'vs2017-win2016'
Expand All @@ -171,7 +171,7 @@ jobs:
imageName: 'ubuntu-16.04'
python.version: '3.6'
macOS, Python 3.6:
imageName: 'macOS-10.13'
imageName: 'macOS-10.15'
python.version: '3.6'
Windows, Python 3.6:
imageName: 'vs2017-win2016'
Expand All @@ -180,7 +180,7 @@ jobs:
imageName: 'ubuntu-16.04'
python.version: '3.7'
macOS, Python 3.7:
imageName: 'macOS-10.13'
imageName: 'macOS-10.15'
python.version: '3.7'
Windows, Python 3.7:
imageName: 'vs2017-win2016'
Expand Down

0 comments on commit 0f5ddfe

Please sign in to comment.