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 e8d8df8d Try to reach M1
e8d8df8d is described below
commit e8d8df8dfef6357189c8ac2caaea3f418574eb20
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 27 19:55:28 2023 +0100
Try to reach M1
[skip ci]
---
.github/workflows/benchmarkadhoc.yml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/benchmarkadhoc.yml
b/.github/workflows/benchmarkadhoc.yml
index 2b621fdf..46253e9d 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -30,9 +30,11 @@ jobs:
strategy:
matrix:
# macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
- os: [macos-11, ubuntu-20.04, windows-latest]
+ # os: [macos-11, ubuntu-20.04, windows-latest]
+ os: [ macos-13 ]
# Run lowest and highest Java versions only
- java: [ 8, 21 ]
+ # java: [ 8, 21 ]
+ java: [ 8 ]
experimental: [false]
fail-fast: false
@@ -63,3 +65,6 @@ jobs:
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