From 334b9059fae9db657b9b3b6c4a84f3127b5f4c79 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 19 Jun 2020 15:42:17 +0200 Subject: Update azure pipelins to ubuntu 20.04 Only updating the main job for now, to see how it goes. Closes GH-5741. --- azure/job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure/job.yml') diff --git a/azure/job.yml b/azure/job.yml index 04dcf13c39..c19cbaf1f8 100644 --- a/azure/job.yml +++ b/azure/job.yml @@ -8,7 +8,7 @@ jobs: - job: ${{ parameters.configurationName }} timeoutInMinutes: ${{ parameters.timeoutInMinutes }} pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' steps: - template: apt.yml - template: configure.yml -- cgit v1.2.1