From 9a1018f47908a8d7914f638b6f82fe20a7ae127f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 22 Jan 2021 21:43:21 +0100 Subject: [PATCH] Add Ubuntu 20.04 to CI. (#75) --- .azure-pipelines/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 20469baa..d5699002 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -102,6 +102,8 @@ stages: test: ubuntu1604 - name: Ubuntu 18.04 test: ubuntu1804 + - name: Ubuntu 20.04 + test: ubuntu2004 groups: - 4 - 5