Update images and versions in CI

This commit is contained in:
Adriane Boyd 2022-12-06 18:00:58 +01:00
parent b9c524917a
commit 8198264e58

View File

@ -37,7 +37,7 @@ jobs:
matrix:
# Test on one OS per python 3.6/3.7/3.8/3.9 to speed up CI
Python36Linux:
imageName: 'ubuntu-latest'
imageName: 'ubuntu-20.04'
python.version: '3.6'
Python37Windows:
imageName: 'windows-latest'
@ -59,13 +59,13 @@ jobs:
python.version: '3.10'
Python311Linux:
imageName: 'ubuntu-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11'
Python311Windows:
imageName: 'windows-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11'
Python311Mac:
imageName: 'macos-latest'
python.version: '3.11.0-rc.2'
python.version: '3.11'
maxParallel: 4
pool:
vmImage: $(imageName)