Skip to content

Commit d712174

Browse files
committed
ci: Upgrade windows image to windows-2019
The image we currently use, vs2017-win2016, is deprecated. It's currently subject to "brownouts" and will be removed in the future. Switch to using windows-2019 as a replacement, as that version hasn't yet been deprecated. See https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/#windows for more information about the deprecation.
1 parent d061ec9 commit d712174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ stages:
5858
sendCoverage: "false"
5959
windows_python_3_6:
6060
python.version: "3.6"
61-
imageName: vs2017-win2016
61+
imageName: windows-2019
6262
sendCoverage: "false"
6363
windows_python_3_7:
6464
python.version: "3.7"
65-
imageName: vs2017-win2016
65+
imageName: windows-2019
6666
sendCoverage: "false"
6767
windows_python_3_8:
6868
python.version: "3.8"
69-
imageName: vs2017-win2016
69+
imageName: windows-2019
7070
sendCoverage: "false"
7171

7272
pool:

0 commit comments

Comments
 (0)