Ver código fonte

[skip ci] fix wrong JDK version in appimage build

Armin Schrenk 2 meses atrás
pai
commit
7476e192a3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/appimage.yml

+ 1 - 1
.github/workflows/appimage.yml

@@ -11,7 +11,7 @@ on:
 
 env:
   JAVA_DIST: 'temurin'
-  JAVA_VERSION: '23.0.27'
+  JAVA_VERSION: '23.0.2'
 
 jobs:
   get-version: