From 30983d59ead519aea042716a7cd553443fb364a6 Mon Sep 17 00:00:00 2001 From: Allen Wittenauer Date: Tue, 28 Apr 2026 20:05:42 -0700 Subject: [PATCH] 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