From 7f06f3c5d2035dac0cb4349bf29fbfa3e6bb5448 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Tue, 26 Oct 2021 11:20:41 +0000 Subject: [PATCH] Merged PR 21166: Keep building on macOS-10.15 Marian does not compile on macOS 11.6, so the build has stopped working due to an upgrade from macOS-10.15 to macOS 11.6 in Azure Pipelines: https://github.com/actions/virtual-environments/issues/4060 This PR explicitly set macOS 10.15 in the workflow. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7953b282b..bc76f85c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -370,7 +370,7 @@ stages: displayName: macOS CPU clang pool: - vmImage: macos-latest + vmImage: macos-10.15 steps: - checkout: self