From 03d4cb134f8dc218c11a85618c1c57fdae192599 Mon Sep 17 00:00:00 2001 From: Skylot <118523+skylot@users.noreply.github.com> Date: Tue, 15 Apr 2025 22:34:34 +0100 Subject: [PATCH] build: downgrade java to version 21 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 03ea1d06f..f036fca67 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: 23 + release: 21 - name: Print Java version shell: bash