We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e2592 commit ed50c9dCopy full SHA for ed50c9d
1 file changed
vsts/build.yaml
@@ -5,7 +5,7 @@ jobs:
5
6
- job: 'Static_Analysis'
7
pool:
8
- vmImage: 'Ubuntu 22.04'
+ vmImage: 'ubuntu-24.04'
9
10
steps:
11
- task: UsePythonVersion@0
@@ -26,7 +26,7 @@ jobs:
26
27
- job: 'Test'
28
29
30
strategy:
31
matrix:
32
Python38:
@@ -75,7 +75,7 @@ jobs:
75
- 'Static_Analysis'
76
77
78
79
80
81
0 commit comments