Skip to content

Commit

Permalink
Try to update image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Oct 22, 2021
1 parent 0b8b7e7 commit 9325d37
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .azure/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@ variables:
jobs:
- job: Deps
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
steps:
- template: scripts/ivy.yml

- job: Documentation
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
steps:
- template: scripts/documentation.yml

- job: Coverage
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
dependsOn: Deps
steps:
- template: scripts/deps.yml
- template: scripts/coverage.yml

- job: Tracing
pool:
vmImage: "ubuntu-16.04"
vmImage: "ubuntu-latest"
steps:
- template: scripts/tracing.yml

Expand All @@ -51,19 +51,19 @@ jobs:
strategy:
matrix:
linux-3.5:
imageName: "ubuntu-16.04"
imageName: "ubuntu-latest"
python.version: '3.5'
linux-3.6:
imageName: "ubuntu-16.04"
imageName: "ubuntu-latest"
python.version: '3.6'
linux-3.7:
imageName: "ubuntu-16.04"
imageName: "ubuntu-latest"
python.version: '3.7'
linux-3.8:
imageName: "ubuntu-16.04"
imageName: "ubuntu-latest"
python.version: '3.8'
linux-3.9:
imageName: "ubuntu-16.04"
imageName: "ubuntu-latest"
python.version: '3.9'
windows-3.5:
imageName: "vs2017-win2016"
Expand Down

0 comments on commit 9325d37

Please sign in to comment.