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 2020/11/21 12:42:20 UTC

[lucenenet] 04/05: azure-pipelines.yml: Upgraded 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

commit 76fe165dfab7ae6523240655c5b1b6f6d43280a2
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Sat Nov 21 19:04:37 2020 +0700

    azure-pipelines.yml: Upgraded to macOS 10.15
---
 azure-pipelines.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 34dc6fd..51d9e12 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -317,7 +317,7 @@ stages:
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
         macOS:
           osName: 'macOS'
-          imageName: 'macOS-10.14'
+          imageName: 'macOS-10.15'
           maximumParallelJobs: 7
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
     displayName: 'Test net5.0,x64 on'
@@ -349,7 +349,7 @@ stages:
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
         macOS:
           osName: 'macOS'
-          imageName: 'macOS-10.14'
+          imageName: 'macOS-10.15'
           maximumParallelJobs: 7
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
     displayName: 'Test net5.0,x86 on'
@@ -381,7 +381,7 @@ stages:
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
         macOS:
           osName: 'macOS'
-          imageName: 'macOS-10.14'
+          imageName: 'macOS-10.15'
           maximumParallelJobs: 7
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
     displayName: 'Test netcoreapp3.1,x64 on'
@@ -413,7 +413,7 @@ stages:
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
         macOS:
           osName: 'macOS'
-          imageName: 'macOS-10.14'
+          imageName: 'macOS-10.15'
           maximumParallelJobs: 7
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
     displayName: 'Test netcoreapp3.1,x86 on'
@@ -445,7 +445,7 @@ stages:
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
         macOS:
           osName: 'macOS'
-          imageName: 'macOS-10.14'
+          imageName: 'macOS-10.15'
           maximumParallelJobs: 7
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
     displayName: 'Test netcoreapp2.1,x64 on'
@@ -477,7 +477,7 @@ stages:
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
         macOS:
           osName: 'macOS'
-          imageName: 'macOS-10.14'
+          imageName: 'macOS-10.15'
           maximumParallelJobs: 7
           maximumAllowedFailures: 4 # Maximum allowed failures for a successful build
     displayName: 'Test netcoreapp2.1,x86 on'