From abff4ff80264966fedacaa2cb92cf5ae603c462f Mon Sep 17 00:00:00 2001 From: Leonid Stryzhevskyi Date: Tue, 18 Apr 2023 23:51:20 +0300 Subject: [PATCH] update ubuntu versions --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c5130200..26f07e77 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,11 +25,11 @@ jobs: displayName: 'Test' workingDirectory: build -- job: ubuntu_18_04_mem_pool_on - displayName: 'Build - Ubuntu 18.04' +- job: ubuntu_22_04_mem_pool_on + displayName: 'Build - Ubuntu 22.04' continueOnError: false pool: - vmImage: 'Ubuntu 18.04' + vmImage: 'Ubuntu 22.04' workspace: clean: all steps: