This is an automated email from the ASF dual-hosted git repository. ggregory 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 57ca7a5 Add experimental builds for Apple Silicon 57ca7a5 is described below commit 57ca7a59038f3b8769be13662c52bb938cf93fcb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Oct 23 15:32:38 2023 -0400 Add experimental builds for Apple Silicon --- .github/workflows/maven.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2e3d63b..f918d77 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -45,12 +45,6 @@ jobs: - java: 21 os: macos-13-arm64 experimental: true - - java: 21 - os: macos-13-arm64 - experimental: true - - java: 21 - os: macos-13-arm64 - experimental: true # include: # - java: 22-ea # os: ubuntu-20.04