diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 5222a6a2c..4273fb69c 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: