mirror of https://github.com/explosion/spaCy.git
Update macOS image on Azure Pipelines
This commit is contained in:
parent
341e8687f7
commit
fcac1ace78
|
@ -42,7 +42,7 @@ jobs:
|
||||||
imageName: 'vs2017-win2016'
|
imageName: 'vs2017-win2016'
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
Python36Mac:
|
Python36Mac:
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.14'
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
# Don't test on 3.7 for now to speed up builds
|
# Don't test on 3.7 for now to speed up builds
|
||||||
# Python37Linux:
|
# Python37Linux:
|
||||||
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# imageName: 'vs2017-win2016'
|
# imageName: 'vs2017-win2016'
|
||||||
# python.version: '3.7'
|
# python.version: '3.7'
|
||||||
# Python37Mac:
|
# Python37Mac:
|
||||||
# imageName: 'macos-10.13'
|
# imageName: 'macos-10.14'
|
||||||
# python.version: '3.7'
|
# python.version: '3.7'
|
||||||
Python38Linux:
|
Python38Linux:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-16.04'
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
||||||
imageName: 'vs2017-win2016'
|
imageName: 'vs2017-win2016'
|
||||||
python.version: '3.8'
|
python.version: '3.8'
|
||||||
Python38Mac:
|
Python38Mac:
|
||||||
imageName: 'macos-10.13'
|
imageName: 'macos-10.14'
|
||||||
python.version: '3.8'
|
python.version: '3.8'
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Reference in New Issue