diff --git a/.github/workflows/build-installer.yml b/.github/workflows/build-installer.yml index 86329d83d..cd397643b 100755 --- a/.github/workflows/build-installer.yml +++ b/.github/workflows/build-installer.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '22' + java-version: '23' cache: 'maven' - name: Build with Maven @@ -75,7 +75,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '22' + java-version: '23' - name: Download weasis-native uses: actions/download-artifact@v4 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dc95cd17d..482d2e3ec 100755 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '22' + java-version: '23' cache: 'maven' - name: Cache SonarCloud packages uses: actions/cache@v4