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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 367d6b53 Add macos and ubuntu -latest
367d6b53 is described below

commit 367d6b53a3f88dd0a71e3b574db0b8a61bae9cb5
Author: sebbASF <sebb...@users.noreply.github.com>
AuthorDate: Sat Nov 18 09:09:39 2023 +0000

    Add macos and ubuntu -latest
---
 .github/workflows/maven.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 526fc206..257ff769 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -51,7 +51,13 @@ jobs:
         #   - java: 21
         #     os: macos-13-arm64
         #     experimental: true
-#        include:
+        include:
+          - os: macos-latest
+            java: 8
+            experimental: true
+          - os: ubuntu-latest
+            java: 8
+            experimental: true
 #          - java: 22-ea
 #            os: ubuntu-20.04
 #            experimental: true

Reply via email to