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 4d521ff1 Try again
4d521ff1 is described below

commit 4d521ff1f27e353e770640aa406de7faddff3945
Author: Sebb <s...@apache.org>
AuthorDate: Fri Oct 27 20:13:50 2023 +0100

    Try again
    
    [skip ci]
---
 .github/workflows/benchmarkadhoc.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/benchmarkadhoc.yml 
b/.github/workflows/benchmarkadhoc.yml
index 46253e9d..b9642cf7 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -31,10 +31,10 @@ jobs:
       matrix:
         # macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
         # os: [macos-11, ubuntu-20.04, windows-latest]
-        os: [ macos-13 ]
+        os: [ macos-13-arm-64 ]
         # Run lowest and highest Java versions only
         # java: [ 8, 21 ]
-        java: [ 8 ]
+        java: [ 11 ]
         experimental: [false]
       fail-fast: false
         
@@ -55,16 +55,16 @@ jobs:
         java-version: ${{ matrix.java }}
     - name: OpenSSL version
       run: openssl version -a
-    - name: Build with Maven
-      # OPENSSL_HOME is needed for Windows build; not used by other builds so 
can set unconditionally
-      # It's not clear how one is supposed to find the correct setting;
-      # The value below was found by searching for openssl files under C 
(warning: slow)
-      # Other possible values are:
-      # "C:\\Miniconda\\pkgs\\openssl-1.1.1n-h2bbff1b_0\\Library"
-      # "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\opt"
-      env:
-        OPENSSL_HOME: "C:\\Miniconda\\Library"
-      run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false clean test-compile -Pbenchmark
-      # will fail on Windows...
+    # - name: Build with Maven
+    #   # OPENSSL_HOME is needed for Windows build; not used by other builds 
so can set unconditionally
+    #   # It's not clear how one is supposed to find the correct setting;
+    #   # The value below was found by searching for openssl files under C 
(warning: slow)
+    #   # Other possible values are:
+    #   # "C:\\Miniconda\\pkgs\\openssl-1.1.1n-h2bbff1b_0\\Library"
+    #   # 
"C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\opt"
+    #   env:
+    #     OPENSSL_HOME: "C:\\Miniconda\\Library"
+    #   run: mvn --show-version --batch-mode --no-transfer-progress 
-DtrimStackTrace=false clean test-compile -Pbenchmark
+    #   # will fail on Windows...
     - name: Host details
       run: uname -a

Reply via email to