File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 - job : checks
66 displayName : static code analysis
77 pool :
8- vmImage : ubuntu-20.04
8+ vmImage : ubuntu-latest
99 steps :
1010 # Set up constants for further build steps
1111 - bash : |
@@ -47,7 +47,7 @@ stages:
4747 - job : build
4848 displayName : build package
4949 pool :
50- vmImage : ubuntu-20.04
50+ vmImage : ubuntu-latest
5151 steps :
5252 - task : UsePythonVersion@0
5353 displayName : Set up python
@@ -90,7 +90,7 @@ stages:
9090 - job : update
9191 displayName : Update hash information
9292 pool :
93- vmImage : ubuntu-20.04
93+ vmImage : ubuntu-latest
9494 steps :
9595 - task : UsePythonVersion@0
9696 displayName : Set up python
@@ -124,7 +124,7 @@ stages:
124124 jobs :
125125 - job : linux
126126 pool :
127- vmImage : ubuntu-20.04
127+ vmImage : ubuntu-latest
128128 strategy :
129129 matrix :
130130 python39 :
@@ -183,7 +183,7 @@ stages:
183183 - job : pypi
184184 displayName : Publish pypi release
185185 pool :
186- vmImage : ubuntu-20.04
186+ vmImage : ubuntu-latest
187187 steps :
188188 - checkout : none
189189
@@ -227,7 +227,7 @@ stages:
227227 - job : hashinfo
228228 displayName : Check hashes
229229 pool :
230- vmImage : ubuntu-20.04
230+ vmImage : ubuntu-latest
231231 steps :
232232 - task : UsePythonVersion@0
233233 displayName : Set up python
You can’t perform that action at this time.
0 commit comments