From f3d4b5674688d5627cc0d14134ca9b4861d89f6b Mon Sep 17 00:00:00 2001 From: Mark McCaskey Date: Mon, 24 Feb 2020 11:05:09 -0800 Subject: [PATCH] Revert change of Ubuntu 18.04 to 16.04 --- azure-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 25c9cb166a0..805f3b3cb0d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ jobs: - job: clippy_lint pool: - vmImage: "ubuntu-18.04" + vmImage: "ubuntu-16.04" steps: - checkout: self - template: .azure/install-rust.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: linux: - imageName: "ubuntu-18.04" + imageName: "ubuntu-16.04" rust_toolchain: nightly-2019-12-19 mac: imageName: "macos-10.14" @@ -88,7 +88,7 @@ jobs: - job: Check pool: - vmImage: "ubuntu-18.04" + vmImage: "ubuntu-16.04" variables: rust_toolchain: nightly-2019-12-19 condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying') @@ -106,7 +106,7 @@ jobs: strategy: matrix: linux: - imageName: "ubuntu-18.04" + imageName: "ubuntu-16.04" rust_toolchain: nightly-2019-12-19 mac: imageName: "macos-10.14" @@ -178,7 +178,7 @@ jobs: strategy: matrix: linux: - imageName: "ubuntu-18.04" + imageName: "ubuntu-16.04" rust_toolchain: nightly-2019-12-19 mac: imageName: "macos-10.14" @@ -234,7 +234,7 @@ jobs: - job: Build_Docs pool: - vmImage: "ubuntu-18.04" + vmImage: "ubuntu-16.04" variables: rust_toolchain: nightly-2019-12-19 condition: in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/staging', 'refs/heads/trying') @@ -309,7 +309,7 @@ jobs: - Build_Docs displayName: Deploy API Documentation to GitHub pool: - vmImage: "ubuntu-18.04" + vmImage: "ubuntu-16.04" condition: in(variables['Build.SourceBranch'], 'refs/heads/master') steps: - checkout: self