This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 8cb230dc96 [SYSTEMDS-3875] Java 17 on release-script GitHub action
8cb230dc96 is described below

commit 8cb230dc9682adc92af050da0d3043850e3b6f1d
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Fri May 2 11:41:25 2025 +0200

    [SYSTEMDS-3875] Java 17 on release-script GitHub action
---
 .github/workflows/release-scripts.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release-scripts.yml 
b/.github/workflows/release-scripts.yml
index abac79cec6..cd8e36da5f 100644
--- a/.github/workflows/release-scripts.yml
+++ b/.github/workflows/release-scripts.yml
@@ -43,11 +43,11 @@ jobs:
     # Java setup docs:
     # 
https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#installing-custom-java-package-type
     - uses: actions/checkout@v4
-    - name: Set up JDK 11
+    - name: Set up JDK 17
       uses: actions/setup-java@v4
       with:
         # tools.jar removed from '9', '11'. see 
https://openjdk.java.net/jeps/220
-        java-version: '11' 
+        java-version: '17' 
         distribution: 'adopt'
         java-package: 'jdk' 
 

Reply via email to