From b5f8f64d7988a014428ddd456473535fcab14d8b Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Mon, 13 Dec 2021 14:08:03 -0500 Subject: [PATCH] ci: fix macOS agent (#4203) I noticed the agent documentation uses uppercase: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml --- .azure/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 51d694594..9b790aa3c 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -16,7 +16,7 @@ strategy: image: ubuntu-18.04 style: 'wasm' macos-stable: - image: macos-10.14 + image: macOS-10.14 style: 'unflagged' windows-stable: image: windows-2019