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.
2 parents f51d19f + af966f4 commit 70d59aeCopy full SHA for 70d59ae
1 file changed
azure-pipelines.yml
@@ -15,13 +15,13 @@ strategy:
15
vmImage: 'ubuntu-16.04'
16
python.version: '3.8'
17
macOS_py36:
18
- vmImage: 'xcode9-macOS10.13'
+ vmImage: 'macOS-10.14'
19
python.version: '3.6'
20
macOS_py37:
21
+ vmImage: 'macOS-10.15'
22
python.version: '3.7'
23
macOS_py38:
24
+ vmImage: 'macOS-latest'
25
26
Windows_py36:
27
vmImage: 'vs2017-win2016'
@@ -30,7 +30,7 @@ strategy:
30
31
32
Windows_py38:
33
- vmImage: 'vs2017-win2016'
+ vmImage: 'windows-latest'
34
35
Windows_pyPre:
36
0 commit comments