mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-12 23:35:47 +03:00
Update images and versions in CI (#11947)
This commit is contained in:
parent
ca0cae2074
commit
8e9a84952a
|
@ -37,7 +37,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# Test on one OS per python 3.6/3.7/3.8/3.9 to speed up CI
|
# Test on one OS per python 3.6/3.7/3.8/3.9 to speed up CI
|
||||||
Python36Linux:
|
Python36Linux:
|
||||||
imageName: 'ubuntu-latest'
|
imageName: 'ubuntu-20.04'
|
||||||
python.version: '3.6'
|
python.version: '3.6'
|
||||||
Python37Windows:
|
Python37Windows:
|
||||||
imageName: 'windows-latest'
|
imageName: 'windows-latest'
|
||||||
|
@ -59,13 +59,13 @@ jobs:
|
||||||
python.version: '3.10'
|
python.version: '3.10'
|
||||||
Python311Linux:
|
Python311Linux:
|
||||||
imageName: 'ubuntu-latest'
|
imageName: 'ubuntu-latest'
|
||||||
python.version: '3.11.0-rc.2'
|
python.version: '3.11'
|
||||||
Python311Windows:
|
Python311Windows:
|
||||||
imageName: 'windows-latest'
|
imageName: 'windows-latest'
|
||||||
python.version: '3.11.0-rc.2'
|
python.version: '3.11'
|
||||||
Python311Mac:
|
Python311Mac:
|
||||||
imageName: 'macos-latest'
|
imageName: 'macos-latest'
|
||||||
python.version: '3.11.0-rc.2'
|
python.version: '3.11'
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user