From 6790863893b7a4b3bfe50777461a072dc401c317 Mon Sep 17 00:00:00 2001 From: "Christoph Bergmeister [MVP]" Date: Wed, 3 Feb 2021 23:19:01 +0000 Subject: [PATCH] Add Ubuntu 20.04 to build matrix (#1628) --- .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: