diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31163ebb7..133037e3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: - name: set up Java 11 uses: actions/setup-java@v2 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '11' - name: Uninstall NDK @@ -61,7 +61,7 @@ jobs: - name: set up Java 11 uses: actions/setup-java@v2 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '11' - name: Build and check @@ -77,7 +77,7 @@ jobs: - name: set up Java 11 uses: actions/setup-java@v2 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '11' - name: Uninstall NDK @@ -99,7 +99,7 @@ jobs: - name: set up Java 11 uses: actions/setup-java@v2 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '11' - name: Build and check @@ -124,4 +124,4 @@ jobs: - build-Snippets - build-tutorials steps: - - run: echo "Fail if all other steps are not successful" \ No newline at end of file + - run: echo "Fail if all other steps are not successful"