Skip to content

Commit

Permalink
Switch to latest CI images (#60)
Browse files Browse the repository at this point in the history
* Switch to latest CI images

* Switch back to older images for older python versions
  • Loading branch information
adrianeboyd authored Dec 13, 2021
1 parent 7d2d0ca commit 8617ecc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,40 @@ jobs:
strategy:
matrix:
Python36Linux:
imageName: 'ubuntu-18.04'
imageName: 'ubuntu-latest'
python.version: '3.6'
Python36Windows:
imageName: 'vs2017-win2016'
imageName: 'windows-latest'
python.version: '3.6'
Python36Mac:
imageName: 'macos-10.14'
imageName: 'macos-10.15'
python.version: '3.6'
Python38Linux:
imageName: 'ubuntu-18.04'
imageName: 'ubuntu-latest'
python.version: '3.8'
Python38Windows:
imageName: 'vs2017-win2016'
imageName: 'windows-latest'
python.version: '3.8'
Python38Mac:
imageName: 'macos-10.14'
imageName: 'macos-latest'
python.version: '3.8'
Python39Linux:
imageName: 'ubuntu-18.04'
imageName: 'ubuntu-latest'
python.version: '3.9'
Python39Windows:
imageName: 'vs2017-win2016'
imageName: 'windows-latest'
python.version: '3.9'
Python39Mac:
imageName: 'macos-10.14'
imageName: 'macos-latest'
python.version: '3.9'
Python310Linux:
imageName: 'ubuntu-18.04'
imageName: 'ubuntu-latest'
python.version: '3.10'
Python310Windows:
imageName: 'vs2017-win2016'
imageName: 'windows-latest'
python.version: '3.10'
Python310Mac:
imageName: 'macos-10.15'
imageName: 'macos-latest'
python.version: '3.10'
maxParallel: 4
pool:
Expand Down

0 comments on commit 8617ecc

Please sign in to comment.