From aee39339f35e297a0bce7a0b2ef43aada5b2fb0b Mon Sep 17 00:00:00 2001 From: wforget <643348094@qq.com> Date: Mon, 21 Oct 2024 21:19:58 +0800 Subject: [PATCH] Specify JDK 11 for spark engine on kubernetes it --- .github/workflows/master.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4c517d6ab0c..4cbdff10516 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -498,6 +498,13 @@ jobs: run: ./.github/scripts/free_disk_space.sh - name: Cache Engine Archives uses: ./.github/actions/cache-engine-archives + - name: Setup JDK 11 + uses: actions/setup-java@v4 + with: + distribution: temurin + java-version: 11 + cache: 'maven' + check-latest: false - name: Setup Minikube run: | # https://minikube.sigs.k8s.io/docs/start/