Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:
- job: checks
displayName: static code analysis
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
# Set up constants for further build steps
- bash: |
Expand Down Expand Up @@ -47,7 +47,7 @@ stages:
- job: build
displayName: build package
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- task: UsePythonVersion@0
displayName: Set up python
Expand Down Expand Up @@ -90,7 +90,7 @@ stages:
- job: update
displayName: Update hash information
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- task: UsePythonVersion@0
displayName: Set up python
Expand Down Expand Up @@ -124,7 +124,7 @@ stages:
jobs:
- job: linux
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
strategy:
matrix:
python39:
Expand Down Expand Up @@ -183,7 +183,7 @@ stages:
- job: pypi
displayName: Publish pypi release
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- checkout: none

Expand Down Expand Up @@ -227,7 +227,7 @@ stages:
- job: hashinfo
displayName: Check hashes
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- task: UsePythonVersion@0
displayName: Set up python
Expand Down