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

Skip to content

Commit a6defbc

Browse files
committed
Backport PR #16605: CI: tweak the vm images we use on azure
1 parent bebc51a commit a6defbc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

azure-pipelines.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,23 @@ strategy:
1212
vmImage: 'ubuntu-16.04'
1313
python.version: '3.7'
1414
macOS_py36:
15-
vmImage: 'xcode9-macOS10.13'
15+
vmImage: 'macOS-10.14'
1616
python.version: '3.6'
1717
macOS_py37:
18-
vmImage: 'xcode9-macOS10.13'
18+
vmImage: 'macOS-10.15'
1919
python.version: '3.7'
20+
macOS_py38:
21+
vmImage: 'macOS-latest'
22+
python.version: '3.8'
2023
Windows_py36:
2124
vmImage: 'vs2017-win2016'
2225
python.version: '3.6'
2326
Windows_py37:
2427
vmImage: 'vs2017-win2016'
2528
python.version: '3.7'
29+
Windows_py38:
30+
vmImage: 'windows-latest'
31+
python.version: '3.8'
2632
Windows_pyPre:
2733
vmImage: 'vs2017-win2016'
2834
python.version: 'Pre'

0 commit comments

Comments
 (0)