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 344856e3 Try macos-13-xlarge
344856e3 is described below
commit 344856e376fb22ba972dd5bbe61b32f63b55e199
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 27 20:21:53 2023 +0100
Try macos-13-xlarge
[skip ci]
---
.github/workflows/benchmarkadhoc.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/benchmarkadhoc.yml
b/.github/workflows/benchmarkadhoc.yml
index 005a71bb..532f0a05 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -31,7 +31,7 @@ jobs:
matrix:
# macos-latest and ubuntu-latest uses OpenSSL 3 which breaks tests
# os: [macos-11, ubuntu-20.04, windows-latest]
- os: [ macos-13-arm64 ]
+ os: [ macos-13-xlarge ]
# Run lowest and highest Java versions only
# java: [ 8, 21 ]
java: [ 11 ]