From 10f37f95f94e0894726756bf0e464d62fc6ab621 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sat, 10 Jul 2021 20:18:48 +0200 Subject: [PATCH] Update ubuntu image --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 52bab19..34f458a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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) @@ -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: