This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/1.13.x by this push:
new 9e5f037c5 build: don't build 1.13.x on MacOS and Temurin 8 - JDK no
longer distributed
9e5f037c5 is described below
commit 9e5f037c5e1559d0c5e4634c1ac305d25bbbb179
Author: lprimak <[email protected]>
AuthorDate: Wed Apr 24 13:52:40 2024 -0500
build: don't build 1.13.x on MacOS and Temurin 8 - JDK no longer distributed
---
.github/workflows/maven.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b08cc6ed0..70d21755d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -96,6 +96,10 @@ jobs:
# 17
- version: 17
dist: temurin
+ exclude:
+ # exclude temurin on MacOS, no longer distributed
+ - os: 'macOS-latest'
+ dist: 'temurin'
fail-fast: false
runs-on: ${{ matrix.os }}