From 4a0ac1068ad755d55152ef09ab68175d3fe77e18 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Tue, 3 Jun 2025 13:27:21 -0700 Subject: [PATCH] Change linux packaging tests to ubuntu latest --- .vsts-ci/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci/linux.yml b/.vsts-ci/linux.yml index 338821e37dd..b386b9c7eb3 100644 --- a/.vsts-ci/linux.yml +++ b/.vsts-ci/linux.yml @@ -67,7 +67,7 @@ stages: jobs: - template: templates/ci-build.yml parameters: - pool: ubuntu-20.04 + pool: ubuntu-latest jobName: linux_build displayName: linux Build @@ -77,4 +77,4 @@ stages: jobs: - template: linux/templates/packaging.yml parameters: - pool: ubuntu-20.04 + pool: ubuntu-latest