Skip to content

Commit

Permalink
Update azure-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinhzy authored May 16, 2022
1 parent 32d594a commit dc0e7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeoutInMinutes: 10

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python37:
Expand All @@ -40,7 +40,7 @@ jobs:
- job: BuildPythonWheel
condition: succeeded()
pool:
image: 'ubuntu-20.04'
vmImage: 'ubuntu-latest'
steps:
- task: UsePythonVersion@0
displayName: Use Python 3.7
Expand Down

0 comments on commit dc0e7dc

Please sign in to comment.