Skip to content

Commit e8608d7

Browse files
committed
Fixed azure-pipeline
1 parent e895390 commit e8608d7

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
@@ -26,11 +26,11 @@ jobs:
2626
# Define all the platform/python version we need
2727
MacPython37:
2828
platform: 'osx' # Short name for us
29-
imageName: 'macOS-10.14'
29+
imageName: 'macOS-10.15'
3030
python.version: '3.7'
3131
WinPython37:
3232
platform: 'win' # Short name for us
33-
imageName: 'vs2017-win2016'
33+
imageName: 'windows-2019'
3434
python.version: '3.7'
3535
LinuxPython37:
3636
platform: 'linux' # Short name for us

0 commit comments

Comments
 (0)