diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 2a04965..4ecd7a7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -21,7 +21,7 @@ jobs: uses: docker/setup-buildx-action@v1 - uses: actions/setup-java@v2 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '11' - name: Install dependencies run: sudo apt-get install -y libevent-dev python3-pip python3-virtualenv @@ -51,4 +51,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }}