From 1b9656883bd8a76adc0894ea5bc609ac51784b9a Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 2 Mar 2020 07:49:40 -0700 Subject: [PATCH] Update macOS image on Azure Pipelines This resolves the warning we see on Azure Pipelines about the soon-to-be-removed image. --- azure-pipelines/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index 1462628c8..a73ccda4c 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -17,7 +17,7 @@ jobs: - job: macOS pool: - vmImage: macOS 10.13 + vmImage: macOS-10.15 steps: - template: install-dependencies.yml - template: dotnet.yml