diff --git a/.github/workflows/java-cd.yml b/.github/workflows/java-cd.yml index 80479df17e..b39491d107 100644 --- a/.github/workflows/java-cd.yml +++ b/.github/workflows/java-cd.yml @@ -57,13 +57,8 @@ jobs: echo "RELEASE_VERSION=$R_VERSION" >> $GITHUB_OUTPUT env: INPUT_VERSION: ${{ github.event.inputs.version }} - deployment-all-platforms: - env: - JAVA_VERSION: "11" - RELEASE_VERSION: ${{ needs.set-release-version.outputs.RELEASE_VERSION }} - - runs-on: ${{ matrix.host.RUNNER }} + runs-on: ubuntu-latest steps: - name: Start Redis server run: