diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c4ca3bea..96cf40ac3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,11 +21,11 @@ jobs: - name: Decode Keystore run: echo ${{ secrets.KEYSTORE }} | base64 -d >> app/music-debug.jks - - name: set up JDK 11 + - name: set up JDK 17 uses: actions/setup-java@v3 with: - java-version: 11 - distribution: "temurin" + java-version: 17 + distribution: "zulu" cache: 'gradle' - name: Build debug APK and run jvm tests