morningman opened a new pull request, #61122: URL: https://github.com/apache/doris/pull/61122
The macos-15 runner uses ARM64 (Apple Silicon), but the workflow was configured for x86_64, causing JDK version detection to fail with 'ERROR: The JAVA version is 25, it must be JDK-17'. Changes: - Use JAVA_HOME_17_ARM64 instead of JAVA_HOME_17_X64 - Download darwin-arm64 thirdparty prebuilt instead of darwin-x86_64 - Install openjdk@17 instead of openjdk@11 via brew -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
