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 24b5726a Use same order as matrix so job args agree 24b5726a is described below commit 24b5726ab718e341b5b04add5ef6e9eb82b95c8e Author: Sebb <s...@apache.org> AuthorDate: Sat Oct 28 14:18:50 2023 +0100 Use same order as matrix so job args agree [skip ci] --- .github/workflows/maven.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6c1ff1ba..8cb79508 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,12 +44,12 @@ jobs: # 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: - - java: 21 - os: macos-11 + - os: macos-11 + java: 21 include: - - java: 21 - os: macos-11 - experimental: true + - os: macos-11 + java: 21 + experimental: true # macos-13-arm64 does not appear to be available # include: # - java: 21