Skip to content

Commit

Permalink
Update ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jul 10, 2021
1 parent 51195c8 commit 10f37f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ stages:
imageName: 'macos-10.14'
rustup_toolchain: stable
linux-stable:
imageName: 'ubuntu-16.04'
imageName: 'ubuntu-latest'
rustup_toolchain: stable
linux-msrv:
imageName: 'ubuntu-16.04'
imageName: 'ubuntu-latest'
rustup_toolchain: 1.40.0
pool:
vmImage: $(imageName)
Expand Down Expand Up @@ -60,7 +60,7 @@ stages:
rustup_toolchain: stable
target: 'x86_64-apple-darwin'
linux-stable:
imageName: 'ubuntu-16.04'
imageName: 'ubuntu-latest'
rustup_toolchain: stable
target: 'x86_64-unknown-linux-gnu'
pool:
Expand Down

0 comments on commit 10f37f9

Please sign in to comment.