diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cde01168..369d1d8e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: java-version: '21' - distribution: 'adopt' + distribution: 'temurin' architecture: 'x64' - name: Build with Maven working-directory: code diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bec98287..07eca2a0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: java-version: '21' - distribution: 'adopt' + distribution: 'temurin' architecture: 'x64' cache: maven - name: Build with Maven