Skip to content

Commit 76ce67b

Browse files
Update ubuntu runner version, 20.04 has been removed. (#512)
1 parent e5d4561 commit 76ce67b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.azure-pipelines/azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stages:
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

0 commit comments

Comments
 (0)