Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rogrundk@microsoft.com>2021-10-26 14:20:41 +0300
committerRoman Grundkiewicz <rogrundk@microsoft.com>2021-10-26 14:20:41 +0300
commit7f06f3c5d2035dac0cb4349bf29fbfa3e6bb5448 (patch)
treed12dc508eeba614c7d2a7455cfe2f94a2b7f4ad0
parent2d79ad02bb66d7e0ba264defbf5ff9b47c70ba74 (diff)
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.
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7953b282..bc76f85c 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