From da59470c87ce6daf63bccfec0b0ca4d5092cef1f Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sat, 13 Jul 2019 20:37:51 +0200 Subject: ci: switch to ubuntu 16.04 --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.azure-pipelines.yml') diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index e07ace2..bd739f4 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -9,7 +9,7 @@ variables: - group: secrets pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-16.04 steps: -- cgit v1.2.3