Update pinned version in CI
This commit is contained in:
parent
0ac70cb242
commit
93b3b9f9ff
|
@ -19,9 +19,9 @@ stages:
|
||||||
linux-stable:
|
linux-stable:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-16.04'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
linux-1.39:
|
linux-pinned:
|
||||||
imageName: 'ubuntu-16.04'
|
imageName: 'ubuntu-16.04'
|
||||||
rustup_toolchain: 1.39.0
|
rustup_toolchain: 1.41.0
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue