This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch github-actions-add-macos-as-os in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 6e73aea1c59408d1ac8d0e41bd04239d872d8f76 Author: Martin Wiesner <[email protected]> AuthorDate: Sat Oct 5 08:52:45 2024 +0200 adapts GH actions config in maven.yml adding 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 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
