This is an automated email from the ASF dual-hosted git repository.
aw-was-here pushed a commit to branch yetus-1271
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git
The following commit(s) were added to refs/heads/yetus-1271 by this push:
new 30983d5 YETUS-1271. Upgrade to Ubuntu 24.04 (Noble)
30983d5 is described below
commit 30983d59ead519aea042716a7cd553443fb364a6
Author: Allen Wittenauer <[email protected]>
AuthorDate: Tue Apr 28 20:05:42 2026 -0700
YETUS-1271. Upgrade to Ubuntu 24.04 (Noble)
---
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