diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index bcce088d4..cc600bc55 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: '8' - distribution: 'adopt' + distribution: 'temurin' cache: 'maven' - name: Run Tests on Windows if: runner.os == 'Windows'