From 5d9875c81f44b47e8bdd7d02cc95b4c1fe707182 Mon Sep 17 00:00:00 2001 From: James Nguyen <59555509+thongass000@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:24:04 +0700 Subject: [PATCH] Using ubuntu-latest for building --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f89bd4..9d3b771 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ pool: - vmImage: 'Ubuntu 16.04' + vmImage: ubuntu-latest steps: - script: |