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 d0589f8e Revert; M1 does not seem to be available
d0589f8e is described below
commit d0589f8ee33d8ec88571efb3eb5597f4ca982ab6
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 27 20:25:05 2023 +0100
Revert; M1 does not seem to be available
[skip ci]
---
.github/workflows/benchmarkadhoc.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/benchmarkadhoc.yml
b/.github/workflows/benchmarkadhoc.yml
index 532f0a05..064f9f6d 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -30,11 +30,9 @@ jobs:
strategy:
matrix:
# macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
- # os: [macos-11, ubuntu-20.04, windows-latest]
- os: [ macos-13-xlarge ]
+ os: [macos-11, ubuntu-20.04, windows-latest]
# Run lowest and highest Java versions only
- # java: [ 8, 21 ]
- java: [ 11 ]
+ java: [ 8, 21 ]
experimental: [false]
fail-fast: false