From 48aade06120dd875299052a726f0d9cfd0eefae5 Mon Sep 17 00:00:00 2001 From: Medeni Baykal <433724+Haplois@users.noreply.github.com> Date: Thu, 25 Aug 2022 22:44:38 +0300 Subject: [PATCH] Updated deprecated build VMs. (#3972) --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1fd2a48c93..f303db9137 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -165,11 +165,11 @@ jobs: clean: all strategy: matrix: - Ubuntu_18_04: - vmImage: ubuntu-18.04 + Ubuntu_22_04: + vmImage: ubuntu-22.04 pwsh: true - macOS_10_15_Catalina: - vmImage: macOS-10.15 + macOS_11: + vmImage: macOS-11 pwsh: true pool: vmImage: $[ variables['vmImage'] ]