From 8ab60e4b5bf442c23437bb94305c8fd9ade05f55 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Tue, 19 Jul 2022 19:02:24 -0400 Subject: [PATCH] [ci] Use latest macOS and Windows images (#181) Updates the build to run on the latest macOS and Windows VM images, as the macOS-10.15 Azure Pipelines agent pool is now deprecated. --- azure-pipelines.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index fbb967f..1d40960 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -23,9 +23,9 @@ jobs: strategy: matrix: macOS: - vmImage: macOS-10.15 - win2019: - vmImage: windows-2019 + vmImage: macOS-12 + windows: + vmImage: windows-2022 pool: vmImage: $(vmImage)