Skip to content

Commit

Permalink
Some CI bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Mar 16, 2020
1 parent db574a8 commit 13db2fb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
- job: deny
displayName: "Disallowed attributes"
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
# Work around https://github.com/microsoft/azure-pipelines-tasks/issues/12179
- bash: |
Expand All @@ -32,7 +32,7 @@ jobs:
displayName: "Warning screening"
dependsOn: deny
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- template: install-rust.yml@templates
parameters:
Expand All @@ -45,7 +45,7 @@ jobs:
displayName: "Run miri on test suite"
dependsOn: deny
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- template: install-rust.yml@templates
parameters:
Expand All @@ -59,7 +59,7 @@ jobs:
dependsOn: deny
displayName: "Run address sanitizer on test suite"
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- template: install-rust.yml@templates
parameters:
Expand All @@ -75,7 +75,7 @@ jobs:
dependsOn: deny
displayName: "Run leak sanitizer on test suite"
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
steps:
- template: install-rust.yml@templates
parameters:
Expand All @@ -100,5 +100,5 @@ resources:
- repository: templates
type: github
name: crate-ci/azure-pipelines
ref: refs/heads/v0.3
ref: refs/heads/v0.4
endpoint: jonhoo

0 comments on commit 13db2fb

Please sign in to comment.