Skip to content

Commit

Permalink
Update azure platforms and our MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jun 21, 2020
1 parent 0378a30 commit 3b0a8bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
variables:
clippy_toolchain: 1.36.0
minimum_toolchain: 1.36.0
clippy_toolchain: 1.39.0
minimum_toolchain: 1.39.0

jobs:
- template: admin/pipelines/clippy.yml
parameters:
rustup_toolchain: ${{ variables.clippy_toolchain }}
- job: Windows
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
steps:
- template: admin/pipelines/rustup.yml
- template: admin/pipelines/cargo-steps.yml
- job: MacOS
pool:
vmImage: macOS-10.13
vmImage: macOS-10.15
steps:
- template: admin/pipelines/rustup.yml
- template: admin/pipelines/cargo-steps.yml
- template: admin/pipelines/macos-tests.yml
- job: Linux
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-18.04
strategy:
matrix:
stable:
Expand Down

0 comments on commit 3b0a8bb

Please sign in to comment.