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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2022-09-08 09:30:24 +0300
committerGitHub <noreply@github.com>2022-09-08 09:30:24 +0300
commitcb1c615abd1a871bd2d2a105325aaa84ee5913b5 (patch)
treee113d715a02dd87a13a59c0ab883fe20b37236fd
parentf85c76d4f76e3ded6d560db6ed82bfd26e53e9cd (diff)
Upgrade macos image to 11 (#271)
10.15 got deprecated.
-rw-r--r--eng/azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/azure-pipelines.yml b/eng/azure-pipelines.yml
index d406d672631d..554fe6ab1537 100644
--- a/eng/azure-pipelines.yml
+++ b/eng/azure-pipelines.yml
@@ -158,7 +158,7 @@ stages:
archflag: --arch arm64
LLVMTableGenArg: /p:LLVMTableGenPath=$(Build.SourcesDirectory)/artifacts/obj/BuildRoot-x64/bin/llvm-tblgen
pool:
- vmImage: macOS-10.15
+ vmImage: macos-11
steps:
- bash: |
set -ex