From f748bfd95379da38c3d2fbffcf521ecec989e5d7 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 25 Jun 2026 11:13:18 +0200 Subject: [PATCH] replace zulu by temurin (#4263) Closes #4242 Signed-off-by: Armin Schrenk --- .github/workflows/win-exe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index fb069da99..4a08409df 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -82,7 +82,7 @@ jobs: include: - arch: x64 os: windows-latest - java-dist: 'zulu' #cannot use temurin, see https://github.com/cryptomator/cryptomator/issues/3824#issuecomment-2829827427 + java-dist: 'temurin' java-version: '26.0.1+8' java-package: 'jdk' steps: @@ -348,7 +348,7 @@ jobs: - arch: x64 os: windows-latest executable-suffix: x64 - java-dist: 'zulu' + java-dist: 'temurin' java-version: '26.0.1+8' java-package: 'jdk' steps: