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 70d59ae

Browse filesBrowse 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
Copy full SHA for 70d59ae

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎azure-pipelines.yml

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