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 f8e9a80e Typo f8e9a80e is described below commit f8e9a80e769d13a055864ab63193dd30eecffb73 Author: Sebb <s...@apache.org> AuthorDate: Fri Oct 27 20:16:22 2023 +0100 Typo [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 b9642cf7..005a71bb 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-arm-64 ] + os: [ macos-13-arm64 ] # Run lowest and highest Java versions only # java: [ 8, 21 ] java: [ 11 ]