This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 81435910 RAT-468: No JDK8 available on macos-latest - revert
81435910 is described below
commit 81435910b9be111f5c3ca2b38a7c08d67a89e69d
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Jun 17 16:20:30 2025 +0200
RAT-468: No JDK8 available on macos-latest - revert
---
.github/workflows/maven.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 65b41950..50fcdbb0 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -31,7 +31,8 @@ jobs:
strategy:
matrix:
- os: [ubuntu-latest, windows-latest, macos-latest]
+# RAT-468: macos-latest starts with JDK11 and has no JDK8 available
+ os: [ubuntu-latest, windows-latest]
# RAT-296: disable JDK10 due to
# Caused by: sun.security.validator.ValidatorException: PKIX path building
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to
find valid certification path to requested target
#