From 79c91634ad8e8ca954cb66b8d2366bae0ae1bef2 Mon Sep 17 00:00:00 2001 From: Skylot <118523+skylot@users.noreply.github.com> Date: Thu, 1 May 2025 20:13:51 +0100 Subject: [PATCH] build: set Java 24 for windows bundle --- .github/workflows/build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index f036fca67..26619fb93 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -61,7 +61,7 @@ jobs: - name: Set up JDK uses: oracle-actions/setup-java@v1 with: - release: 21 + release: 24 - name: Print Java version shell: bash