This is an automated email from the ASF dual-hosted git repository.
rclabo 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 4f8b1db95 Updated Azure DevOps Mac OS used for Net3.1 Testing (#728)
4f8b1db95 is described below
commit 4f8b1db95261c99798e52c324b9a7c795d728ffc
Author: Ron Clabo <[email protected]>
AuthorDate: Fri Oct 28 16:05:48 2022 -0400
Updated Azure DevOps Mac OS used for Net3.1 Testing (#728)
The macOS-10.15 environment is deprecated and will be removed from Azure
DevOps on December 1st, 2022. For more details, see actions/runner-images#5583
So this PR updates our use of MacOS-10.15 to macOS-latest.
---
azure-pipelines.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index bfc721fd2..f10a75b42 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -461,7 +461,7 @@ stages:
maximumAllowedFailures: 0 # Maximum allowed failures for a
successful build
macOS:
osName: 'macOS'
- 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).
+ imageName: 'macOS-latest'
maximumParallelJobs: 7
maximumAllowedFailures: 0 # Maximum allowed failures for a
successful build
displayName: 'Test netcoreapp3.1,x64 on'