From 0206b182440634a01babf739dc6c9c5815212731 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Tue, 17 Mar 2026 14:44:05 +0800 Subject: [PATCH] Update github action --- .github/workflows/maven-build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index e6bfb068a..7e88a4fa1 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -23,7 +23,6 @@ on: types: [opened, reopened, edited, synchronize, ready_for_review] push: branches: - - main - master workflow_dispatch: @@ -37,10 +36,10 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Set up JDK 11 for x64 + - name: Set up JDK uses: actions/setup-java@v5 with: - java-version: '11' + java-version: '17' distribution: 'temurin' architecture: x64