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

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


The following commit(s) were added to refs/heads/master by this push:
     new 81bf251  adapts GH actions config in maven.yml to add macos-latest as 
platform moves Java ea-version to '23-ea' as experimental target release
81bf251 is described below

commit 81bf2515d73b106636d54172a514baee7806af17
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Oct 4 17:26:45 2024 +0200

    adapts GH actions config in maven.yml to add macos-latest as platform
    moves Java ea-version to '23-ea' as experimental target release
---
 .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 80774a4..46203f8 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,11 +24,11 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [ubuntu-latest, windows-latest]
+        os: [ubuntu-latest, macos-latest, windows-latest]
         java: [ 21 ]
         experimental: [false]
         include:
-          - java: 22-ea
+          - java: 23-ea
             os: ubuntu-latest
             experimental: true
 

Reply via email to