Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70d59ae

Browse files
authored
Merge pull request #16605 from tacaswell/ci_azure_images
CI: tweak the vm images we use on azure
2 parents f51d19f + af966f4 commit 70d59ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ strategy:
1515
vmImage: 'ubuntu-16.04'
1616
python.version: '3.8'
1717
macOS_py36:
18-
vmImage: 'xcode9-macOS10.13'
18+
vmImage: 'macOS-10.14'
1919
python.version: '3.6'
2020
macOS_py37:
21-
vmImage: 'xcode9-macOS10.13'
21+
vmImage: 'macOS-10.15'
2222
python.version: '3.7'
2323
macOS_py38:
24-
vmImage: 'xcode9-macOS10.13'
24+
vmImage: 'macOS-latest'
2525
python.version: '3.8'
2626
Windows_py36:
2727
vmImage: 'vs2017-win2016'
@@ -30,7 +30,7 @@ strategy:
3030
vmImage: 'vs2017-win2016'
3131
python.version: '3.7'
3232
Windows_py38:
33-
vmImage: 'vs2017-win2016'
33+
vmImage: 'windows-latest'
3434
python.version: '3.8'
3535
Windows_pyPre:
3636
vmImage: 'vs2017-win2016'

0 commit comments

Comments
 (0)