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 ef82b39a No longer needed [skip ci] ef82b39a is described below commit ef82b39a08278bea5309c880dcc787b2560752af Author: Sebb <s...@apache.org> AuthorDate: Thu Nov 2 13:16:09 2023 +0000 No longer needed [skip ci] --- .github/workflows/maven.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a24c7dc3..60da3abb 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -41,15 +41,6 @@ jobs: # These names are used in conditional statements below. java: [ 8, 11, 17, 21 ] experimental: [false] - # macos-11 / java21 keeps failing: java is loading libcrypto in an unsafe way - # so change it to experimental to stop failing the entire workflow - exclude: - - os: macos-11 - java: 21 - include: - - os: macos-11 - java: 21 - experimental: true # macos-13-arm64 does not appear to be available # include: # - java: 21