From be44b8dbf49d1f6c66b9d4b1888a3a2977c4dfd2 Mon Sep 17 00:00:00 2001 From: Taylor Southwick Date: Thu, 25 Aug 2022 14:26:35 -0700 Subject: [PATCH] Use latest build VMs There were warnings showing up for the current vm images we're using for builds. This updates the script to use the latest images. --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4dba5ebce6..e97ae83c0a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -119,7 +119,7 @@ stages: - job: macOS pool: - vmImage: macOS-10.15 + vmImage: macOS-latest strategy: matrix: release: @@ -155,7 +155,7 @@ stages: - job: Linux pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-latest container: LinuxContainer strategy: matrix: