Skip to content

Commit

Permalink
16.04 is deprecated moving to "latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Jun 5, 2021
1 parent 9a50751 commit de155ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stages:
jobs:
- job: SourceDistribution
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
steps:
- template: scripts/sdist.yml
- template: scripts/ivy.yml
Expand Down Expand Up @@ -51,7 +51,7 @@ stages:
image: quay.io/pypa/manylinux1_i686
python.architecture: x86
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
steps:
- template: scripts/deps.yml
- template: scripts/wheels-linux.yml
Expand Down

0 comments on commit de155ed

Please sign in to comment.