diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e765a9f..2f41d19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: '17' - distribution: 'adopt' + distribution: 'temurin' - name: Cache local Maven repository uses: actions/cache@v4