Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6defbc

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

File tree

Expand file treeCollapse file tree

1 file changed

+8
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-2
lines changed

‎azure-pipelines.yml

Copy file name to clipboardExpand all lines: azure-pipelines.yml
+8-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.