Files
Stirling-PDF/.github
Ludy87 93686a04bb Improve macOS JDK detection in Java action
Add macOS-specific fallback and validation when resolving JAVA_HOME in the GitHub Action. If no mapped JAVA_HOME exists, the action will use the runner's JAVA_HOME when the runner architecture matches the requested architecture. Also verify the java binary's CPU architecture (x86_64 vs arm64) with the file command and clear java_home on mismatch. Keeps the existing /usr/libexec/java_home x86_64 fallback and preserves the original error path when no suitable JDK is found.
2026-08-24 23:48:12 +02:00
..
2026-08-20 09:53:28 +00:00