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 a65efef

Browse filesBrowse files
authored
Merge pull request #22670 from timhoffm/azure-pipeline-win2016
Update deprecated vmImage 'vs2017-win2016' in azure pipelines
2 parents e6b7908 + 093b6cf commit a65efef
Copy full SHA for a65efef

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed

‎azure-pipelines.yml

Copy file name to clipboardExpand all lines: azure-pipelines.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ stages:
5757
vmImage: 'macOS-latest'
5858
python.version: '3.10'
5959
Windows_py38:
60-
vmImage: 'windows-latest'
60+
vmImage: 'windows-2019' # keep one job pinned to the oldest image
6161
python.version: '3.8'
6262
Windows_py39:
6363
vmImage: 'windows-latest'
6464
python.version: '3.9'
6565
Windows_py310:
66-
vmImage: 'vs2017-win2016'
66+
vmImage: 'windows-latest'
6767
python.version: '3.10'
6868
maxParallel: 4
6969
pool:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.