This is an automated email from the ASF dual-hosted git repository.
aw-was-here pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git
The following commit(s) were added to refs/heads/main by this push:
new c451fe5 YETUS-1271. Upgrade to Ubuntu 24.04 (Noble) (#24)
c451fe5 is described below
commit c451fe551988d3304d7b322df093ec905563af49
Author: Allen Wittenauer <[email protected]>
AuthorDate: Wed Apr 29 07:34:28 2026 -0700
YETUS-1271. Upgrade to Ubuntu 24.04 (Noble) (#24)
Signed-off-by: Nick Dimiduk <[email protected]>
---
action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/action.yml b/action.yml
index c7f1268..145ecf7 100644
--- a/action.yml
+++ b/action.yml
@@ -48,7 +48,7 @@ inputs:
default: ''
javahome:
description: 'Location of the JDK to use'
- default: '/usr/lib/jvm/java-11-openjdk-amd64'
+ default: '/usr/lib/jvm/default-java'
patchdir:
description: 'Directory location of logs, temp space, etc'
required: true