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

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/main by this push:
     new 04ad2423 adapts GH actions config in maven.yml adding macos-latest as 
platform (#659)
04ad2423 is described below

commit 04ad242367a59762cc943bcc4dab00ba5bdfb30e
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Oct 7 07:28:36 2024 +0200

    adapts GH actions config in maven.yml adding macos-latest as platform (#659)
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f8f440a3..c7fc132c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,11 +23,11 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest]
+        os: [ubuntu-latest, macos-latest, windows-latest]
         java: [ 17, 21 ]
         experimental: [false]
         include:
-          - java: 22-ea
+          - java: 23-ea
             os: ubuntu-latest
             experimental: true
 

Reply via email to