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 c9c8f35f Detect latest fails
c9c8f35f is described below

commit c9c8f35f3656fea9274a0f7122d258fd7829fc34
Author: sebbASF <sebb...@users.noreply.github.com>
AuthorDate: Sat Nov 18 09:23:24 2023 +0000

    Detect latest fails
    
    [skip ci] already tested
---
 .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 0a6d5f47..2accc3bb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -54,10 +54,10 @@ jobs:
         include:
           - os: macos-latest
             java: 8
-            experimental: true
+            experimental: false
           - os: ubuntu-latest
             java: 8
-            experimental: true
+            experimental: false
 #          - java: 22-ea
 #            os: ubuntu-20.04
 #            experimental: true

Reply via email to