From 2882cfa8bda35c8e1dddbc6d221e4fd6e77b7911 Mon Sep 17 00:00:00 2001 From: Abhitej John Date: Wed, 15 Oct 2025 10:17:08 -0700 Subject: [PATCH] Update VM image to Ubuntu 22.04 in pipeline --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 31167caa9..8f1a1d7e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -106,7 +106,7 @@ stages: jobs: - job: Linux pool: - vmImage: ubuntu-20.04 + vmImage: ubuntu-22.04 variables: - name: TRYDOTNET_PREBUILDS_PATH value: $(Build.SourcesDirectory)/artifacts/trydotnet-prebuilds