From ad41c9993c588cd6bc157bcd8704a1a2a229e474 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Sat, 23 Jan 2021 10:40:41 +0000 Subject: [PATCH] Add Ubuntu 20.04 to build matrix --- .azure-pipelines-ci/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines-ci/ci.yaml b/.azure-pipelines-ci/ci.yaml index 7cf89937a..97e8754d0 100644 --- a/.azure-pipelines-ci/ci.yaml +++ b/.azure-pipelines-ci/ci.yaml @@ -26,6 +26,8 @@ stages: vmImage: ubuntu-16.04 Ubuntu_18_04: vmImage: ubuntu-18.04 + Ubuntu_20_04: + vmImage: ubuntu-20.04 macOS_10_14_Mojave: vmImage: macOS-10.14 macOS_10_15_Catalina: