From dcccfb28327178e031f99deb3329a06e71b8195a Mon Sep 17 00:00:00 2001 From: Leonid Stryzhevskyi Date: Tue, 18 Apr 2023 23:54:07 +0300 Subject: [PATCH] fix ubuntu image version --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 26f07e77..9a4d5573 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ jobs: displayName: 'Build - Ubuntu 22.04' continueOnError: false pool: - vmImage: 'Ubuntu 22.04' + vmImage: 'ubuntu-22.04' workspace: clean: all steps: