From 6265f5fde0090d73089ab47bdcba57de1059d3a6 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 14 Jan 2022 10:12:10 -0800 Subject: [PATCH] update pools to fix broken CI --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 556b29a20..f43e803ba 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -117,7 +117,7 @@ stages: - job: OSX pool: - name: Hosted macOS + vmImage: 'macOS-1015' strategy: matrix: debug_configuration: @@ -136,7 +136,7 @@ stages: - job: Linux pool: - name: Hosted Ubuntu 1604 + vmImage: 'ubuntu-20.04' container: LinuxContainer strategy: matrix: