diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 431066d2..77a124d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - distribution: 'temurin' + distribution: 'zulu' java-version: '21' cache: 'sbt' - name: Compile @@ -35,7 +35,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: - distribution: 'temurin' + distribution: 'zulu' java-version: '21' - name: Compile run: sbt compile