Skip to content

Commit 44e2592

Browse files
committed
Update pool to ubuntu 22.04 on build.yaml
1 parent 45a4d45 commit 44e2592

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vsts/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55

66
- job: 'Static_Analysis'
77
pool:
8-
vmImage: 'Ubuntu 20.04'
8+
vmImage: 'Ubuntu 22.04'
99

1010
steps:
1111
- task: UsePythonVersion@0
@@ -26,7 +26,7 @@ jobs:
2626

2727
- job: 'Test'
2828
pool:
29-
vmImage: 'Ubuntu 20.04'
29+
vmImage: 'Ubuntu 22.04'
3030
strategy:
3131
matrix:
3232
Python38:
@@ -75,7 +75,7 @@ jobs:
7575
- 'Static_Analysis'
7676

7777
pool:
78-
vmImage: 'Ubuntu 20.04'
78+
vmImage: 'Ubuntu 22.04'
7979

8080
steps:
8181
- task: UsePythonVersion@0

0 commit comments

Comments
 (0)