From a3c349746fc33dbf9a08890d0a3ec7eff68202f4 Mon Sep 17 00:00:00 2001 From: Eli Flanagan Date: Tue, 14 Dec 2021 09:55:51 -0500 Subject: [PATCH] ci: update macOS agent (#4207) 10.14 has been deprecated: https://github.com/Azure/azure-sdk-for-cpp/issues/3168 This hopefully fixes recent CI failures! --- .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 9b790aa3c0..dc62c9f029 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.15 style: 'unflagged' windows-stable: image: windows-2019