replace zulu by temurin (#4263)

Closes #4242

Signed-off-by: Armin Schrenk <armin.schrenk@skymatic.de>
This commit is contained in:
Armin Schrenk
2026-06-25 11:13:18 +02:00
committed by GitHub
parent cb689946ed
commit f748bfd953
+2 -2
View File
@@ -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: