You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/29 09:58:10 UTC

[commons-crypto] branch sebb-mac-test updated: Trying to trace where ENGINE_load_rdrand was lost

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

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


The following commit(s) were added to refs/heads/sebb-mac-test by this push:
     new 04aa896  Trying to trace where ENGINE_load_rdrand was lost
04aa896 is described below

commit 04aa896041c350888fea5395d5b7546b025fb8fc
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 29 10:58:04 2022 +0100

    Trying to trace where ENGINE_load_rdrand was lost
---
 .github/workflows/maven.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9401f79..9079b83 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,8 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [windows-latest]
+        # Look for older version of crypto library
+        os: [macos-10.14]
         java: [ 8 ]
         experimental: [false]
       fail-fast: false