diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b1eed4c6..b6f73e5c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: ${{ matrix.java }} - distribution: 'zulu' + distribution: 'temurin' cache: 'maven' - name: 'Install' shell: bash @@ -51,7 +51,7 @@ jobs: uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 11 - distribution: 'zulu' + distribution: 'temurin' cache: 'maven' server-id: central server-username: CI_DEPLOY_USERNAME @@ -76,7 +76,7 @@ jobs: uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: java-version: 11 - distribution: 'zulu' + distribution: 'temurin' cache: 'maven' - name: 'Generate latest docs' env: