You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2021/11/18 16:34:14 UTC

[lucenenet] branch master updated: azure-pipelines.yml: Upgraded from macOS-10.14 to macOS-10.15

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a1d739  azure-pipelines.yml: Upgraded from macOS-10.14 to macOS-10.15
7a1d739 is described below

commit 7a1d7390f41adcb6f1c6012e3349efe2880dcf38
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Wed Nov 17 20:57:28 2021 +0700

    azure-pipelines.yml: Upgraded from macOS-10.14 to macOS-10.15
---
 azure-pipelines.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 0759b5f..63cd18f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -480,7 +480,7 @@ stages:
           maximumAllowedFailures: 2 # Maximum allowed failures for a successful build
         macOS:
           osName: 'macOS'
-          imageName: 'macOS-10.14' # macOS-latest should not be used here because we may get OS Darwin 19.6.0, which isn't supported fully (we get PlatformNotSupportedException).
+          imageName: 'macOS-10.15' # macOS-latest should not be used here because we may get OS Darwin 19.6.0, which isn't supported fully (we get PlatformNotSupportedException).
           maximumParallelJobs: 7
           maximumAllowedFailures: 2 # Maximum allowed failures for a successful build
     displayName: 'Test netcoreapp3.1,x64 on'
@@ -514,7 +514,7 @@ stages:
           maximumAllowedFailures: 2 # Maximum allowed failures for a successful build
         macOS:
           osName: 'macOS'
-          imageName: 'macOS-10.14' # macOS-latest should not be used here because we may get OS Darwin 19.6.0, which isn't supported fully (we get PlatformNotSupportedException).
+          imageName: 'macOS-10.15' # macOS-latest should not be used here because we may get OS Darwin 19.6.0, which isn't supported fully (we get PlatformNotSupportedException).
           maximumParallelJobs: 7
           maximumAllowedFailures: 2 # Maximum allowed failures for a successful build
     displayName: 'Test netcoreapp3.1,x86 on'