Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 0bd0a40

Browse files
committed
Use latest ubuntu for pipelines
1 parent e9aa2b3 commit 0bd0a40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-18.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-18.04'
43+
image: 'ubuntu-latest'
4444
steps:
4545
- task: UsePythonVersion@0
4646
displayName: Use Python 3.7

0 commit comments

Comments
 (0)