Skip to content

Commit

Permalink
Merged PR 21166: Keep building on macOS-10.15
Browse files Browse the repository at this point in the history
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: actions/runner-images#4060
This PR explicitly set macOS 10.15 in the workflow.
  • Loading branch information
Roman Grundkiewicz committed Oct 26, 2021
1 parent 2d79ad0 commit 7f06f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ stages:
displayName: macOS CPU clang

pool:
vmImage: macos-latest
vmImage: macos-10.15

steps:
- checkout: self
Expand Down

0 comments on commit 7f06f3c

Please sign in to comment.