From 6617a1f0fbc26e24a376372dcc512e8396f34c28 Mon Sep 17 00:00:00 2001 From: Maxwell Katz Date: Mon, 19 May 2025 00:00:50 -0400 Subject: [PATCH] Update azure-pipelines.yml (#18876) --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f4e3be3b3..dc23500374 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,7 +2,7 @@ jobs: - job: GetPRNumber pool: - vmImage: 'ubuntu-20.04' + vmImage: 'ubuntu-22.04' variables: SolutionDir: '$(Build.SourcesDirectory)' steps: @@ -23,7 +23,7 @@ jobs: - job: Linux pool: - vmImage: 'ubuntu-20.04' + vmImage: 'ubuntu-22.04' steps: - task: UseDotNet@2 displayName: 'Use .NET 6.0 Runtime'