From ae2fd74411c12a66fba2a5f0df9c981ca157df95 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 1 Jun 2026 11:52:41 +0200 Subject: [PATCH] Revert "test if signing issue is fixed with temurin" This reverts commit 602c206dae3cd393b7fc271dbe4270ca17115c86. --- .github/workflows/win-exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 4273fb69c..5222a6a2c 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: 'temurin' + java-dist: 'zulu' #cannot use temurin, see https://github.com/cryptomator/cryptomator/issues/3824#issuecomment-2829827427 java-version: '26.0.1+8' java-package: 'jdk' steps: