diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3070739dd..ab7f97bc9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,8 +81,8 @@ jobs: - name: Set Up Java uses: actions/setup-java@v4 with: - java-version: '23' - distribution: 'adopt' + java-version: '24' + distribution: 'temurin' - name: Build JDT-LS if: "${{ inputs.JDT_LS_VERSION == '' }}" run: |