Skip to content

Commit 32d594a

Browse files
committed
Update azure-pipeline.yml for Azure Pipelines
1 parent 0bd0a40 commit 32d594a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeoutInMinutes: 10
1818

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

0 commit comments

Comments
 (0)