8000 Merge pull request #16612 from QuLogic/backport-of-pr-16605-on-v3.2.x · matplotlib/matplotlib@5411431 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5411431

Browse files
authored
Merge pull request #16612 from QuLogic/backport-of-pr-16605-on-v3.2.x
Backport PR #16605: CI: tweak the vm images we use on azure
2 parents a98aabe + a6defbc commit 5411431

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)
0