From e73d1c7984ad871d33f27ba2b6b1689743c7e4f5 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 10 Dec 2021 13:00:04 -0500 Subject: [PATCH 1/2] macOS 10.14 -> 10.15 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d4e784152d..f747fbf277 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ jobs: - template: ci/azure/posix.yml parameters: name: Test_bare_macOS - vmImage: macOS-10.14 + vmImage: macOS-10.15 - template: ci/azure/conda_linux.yml From 275f9e56b07945ff3dd2fc1eed7f32a993e6ac45 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 10 Dec 2021 13:04:50 -0500 Subject: [PATCH 2/2] windows vs2017-win2016 -> windows-latest --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f747fbf277..dc048dd04a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,7 +27,7 @@ jobs: - template: ci/azure/conda_windows.yml parameters: name: Test_conda_windows - vmImage: vs2017-win2016 + vmImage: windows-latest - job: 'Publish'