From 9d8ca48e7c4c8d15481c39a709f9c5ccb9164d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E9=A3=9E?= <139327276+yakeJiang@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:16:55 +0800 Subject: [PATCH] Update default.yaml --- .github/workflows/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index f7228eb..cc316bc 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -22,10 +22,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 17 + - name: Set up JDK 8 uses: actions/setup-java@v3 with: - java-version: '17' + java-version: '8' distribution: 'temurin' cache: maven - name: Build with Maven