Skip to content

Commit

Permalink
Fix Ubuntu image for Python 3.6 in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmitsch committed Dec 13, 2022
1 parent cc30a24 commit 325025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
Python36Linux:
imageName: 'ubuntu-latest'
imageName: 'ubuntu-20.04'
python.version: '3.6'
Python36Windows:
imageName: 'windows-2019'
Expand Down

0 comments on commit 325025f

Please sign in to comment.