Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ddfc0 commit 093b6cfCopy full SHA for 093b6cf
1 file changed
azure-pipelines.yml
@@ -57,13 +57,13 @@ stages:
57
vmImage: 'macOS-latest'
58
python.version: '3.10'
59
Windows_py38:
60
- vmImage: 'windows-latest'
+ vmImage: 'windows-2019' # keep one job pinned to the oldest image
61
python.version: '3.8'
62
Windows_py39:
63
vmImage: 'windows-latest'
64
python.version: '3.9'
65
Windows_py310:
66
- vmImage: 'vs2017-win2016'
+ vmImage: 'windows-latest'
67
68
maxParallel: 4
69
pool:
0 commit comments