From 9d369d70db7ae19a421c46544458a0c71bfb40d2 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Tue, 19 Oct 2021 04:30:35 -0700 Subject: [PATCH] Switch to ubuntu 20.04 agents (#2322) The Ubuntu 16.04 agents were removed from Azure DevOps: https://github.com/actions/virtual-environments/issues/3287 --- eng/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml index aeee7c303bb4..de9ddc518a66 100644 --- a/eng/azure-pipelines.yml +++ b/eng/azure-pipelines.yml @@ -105,7 +105,7 @@ stages: - job: Linux condition: eq(variables.officialBuild, 'false') pool: - name: Hosted Ubuntu 1604 + vmImage: ubuntu-20.04 steps: - checkout: self submodules: true @@ -137,7 +137,7 @@ stages: - ${{ if eq(variables.officialBuild, 'false') }}: - job: Lint pool: - name: Hosted Ubuntu 1604 + vmImage: ubuntu-20.04 steps: - checkout: self submodules: true