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 db1b0465 Attempt to make macos-11/21 experimental
db1b0465 is described below

commit db1b0465c18f1ae53676e2df8d9c42237a0b0758
Author: Sebb <s...@apache.org>
AuthorDate: Sat Oct 28 14:11:45 2023 +0100

    Attempt to make macos-11/21 experimental
---
 .github/workflows/maven.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7792d20e..6c1ff1ba 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,6 +41,15 @@ jobs:
         # These names are used in conditional statements below.
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
+        # macos-11 / java21 keeps failing: java is loading libcrypto in an 
unsafe way
+        # so change it to experimental to stop failing the entire workflow
+        exclude:
+         - java: 21
+           os: macos-11
+        include:
+         - java: 21
+           os: macos-11
+           experimental: true        
         # macos-13-arm64 does not appear to be available
         # include:
         #   - java: 21

Reply via email to