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

Skip to content

Commit 093b6cf

Browse files
committed
Update deprecated vmImage 'vs2017-win2016' in azure pipelines
1 parent a2ddfc0 commit 093b6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

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