oracle-actions / setup-java

GitHub Action to download and install Oracle's Java Development Kit builds
Universal Permissive License v1.0
62 stars 11 forks source link

Support running on ARM64 machines #73

Closed sormuras closed 7 months ago

sormuras commented 7 months ago

This PR implements support for running this action on ARM64 machines, including the new "macOS 14 (Sonoma)" runner: https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/

Testing for existence of the Java installation directory instead of the java[.exe] file should work on Windows runners, too.

Closes #63 Supersedes #64 and #71