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 dc88f85 macos-13-arm64 jobs queue for days
dc88f85 is described below
commit dc88f8551c1a36816b9880100ba769792e38e475
Author: Sebb <[email protected]>
AuthorDate: Fri Oct 27 11:55:44 2023 +0100
macos-13-arm64 jobs queue for days
---
.github/workflows/maven.yml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f918d77..9352148 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,10 +41,11 @@ jobs:
# These names are used in conditional statements below.
java: [ 8, 11, 17, 21 ]
experimental: [false]
- include:
- - java: 21
- os: macos-13-arm64
- experimental: true
+ # macos-13-arm64 does not appear to be available
+ # include:
+ # - java: 21
+ # os: macos-13-arm64
+ # experimental: true
# include:
# - java: 22-ea
# os: ubuntu-20.04