Skip to content

Commit dc0e7dc

Browse files
authored
Update azure-pipeline.yml
1 parent 32d594a commit dc0e7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeoutInMinutes: 10
1818

1919
pool:
20-
vmImage: 'ubuntu-20.04'
20+
vmImage: 'ubuntu-latest'
2121
strategy:
2222
matrix:
2323
Python37:
@@ -40,7 +40,7 @@ jobs:
4040
- job: BuildPythonWheel
4141
condition: succeeded()
4242
pool:
43-
image: 'ubuntu-20.04'
43+
vmImage: 'ubuntu-latest'
4444
steps:
4545
- task: UsePythonVersion@0
4646
displayName: Use Python 3.7

0 commit comments

Comments
 (0)