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

ggregory 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 6eea05a  ubuntu-latest uses OpenSSL 3 which breaks tests
6eea05a is described below

commit 6eea05a274c47f59a60e5640f0e0ce8e9bb5d0c2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Dec 9 19:12:40 2022 -0500

    ubuntu-latest uses OpenSSL 3 which breaks tests
---
 .github/workflows/adhoctest.yml           | 2 +-
 .github/workflows/codeql-analysis.yml     | 2 +-
 .github/workflows/coverage.yml            | 2 +-
 .github/workflows/maven.yml               | 4 ++--
 .github/workflows/scorecards-analysis.yml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml
index 71e77d9..c6325c6 100644
--- a/.github/workflows/adhoctest.yml
+++ b/.github/workflows/adhoctest.yml
@@ -38,7 +38,7 @@ jobs:
       DYLD_:  "/usr/local"
     strategy:
       matrix:
-        os: [macos-latest, windows-latest, ubuntu-latest]
+        os: [macos-latest, windows-latest, ubuntu-18.04]
         # os: [windows-latest]
         java: [ 8 ]
         # ref: [ 'rel/commons-crypto-1.1.0', master ]
diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index c36d5a1..620577e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ permissions:
 jobs:
   analyze:
     name: Analyze
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     permissions:
       actions: read
       contents: read
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index da42603..2fe5700 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -31,7 +31,7 @@ permissions:
 jobs:
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     strategy:
       matrix:
         java: [ 8 ]
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ca618d3..1bd8a17 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
         experimental: [false]
 #        include:
 #          - java: 18-ea
-#            os: ubuntu-latest
+#            os: ubuntu-18.04
 #            experimental: true        
 #          - java: 18-ea
 #            os: windows-latest
@@ -90,7 +90,7 @@ jobs:
       run: |
         mvn -q exec:java 
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna" 
-D"jna.library.path=/usr/local/miniconda/lib"
     - name: Run OpenSslJna (JNA - Ubuntu)
-      if: ${{ matrix.os == 'ubuntu-latest' }}
+      if: ${{ matrix.os == 'ubuntu-18.04' }}
       run: |
         mvn -q exec:java 
-D"exec.mainClass=org.apache.commons.crypto.jna.OpenSslJna"
     - name: Run OpenSslJna (JNA - Windows)
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index d223bf4..00a17bd 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -29,7 +29,7 @@ jobs:
   analysis:
 
     name: "Scorecards analysis"
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-18.04
     permissions:
       # Needed to upload the results to the code-scanning dashboard.
       security-events: write

Reply via email to