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 674c3fe commit 17bcf78Copy full SHA for 17bcf78
azure-pipelines.yml
@@ -66,9 +66,9 @@ jobs:
66
env:
67
CODECOV_TOKEN: $(CODECOV_TOKEN)
68
69
-- job: 'macOS1014'
+- job: 'macOS-latest'
70
pool:
71
- vmImage: 'macOS-10.14'
+ vmImage: 'macOS-latest'
72
strategy:
73
matrix:
74
Python37:
@@ -122,9 +122,9 @@ jobs:
122
123
124
125
-- job: 'win2016'
+- job: 'win'
126
127
- vmImage: 'vs2017-win2016'
+ vmImage: 'windows-latest'
128
129
130
Python38:
0 commit comments