From b754dd545629d6f971a1e85df93d76ff7db46dec Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Thu, 2 Nov 2023 14:59:49 +0800 Subject: [PATCH] =?UTF-8?q?jdk=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E4=B8=BA21.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linux_mac_native.yml | 4 ++-- .github/workflows/windows-native.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/linux_mac_native.yml b/.github/workflows/linux_mac_native.yml index 29d68fab..6e743305 100644 --- a/.github/workflows/linux_mac_native.yml +++ b/.github/workflows/linux_mac_native.yml @@ -30,12 +30,12 @@ jobs: run: | cd neutrino-proxy-admin npm install - npm run build:docker + npm run build:dockerĀ· cp -rf ./dist/ ./../neutrino-proxy-server/src/main/resources/static/ - name: GitHub Action for GraalVM JDK 17 uses: graalvm/setup-graalvm@v1 with: - java-version: '17.0.7' # for a specific JDK 17; or '17' for the latest JDK 17 + java-version: '21.0.1' # for a specific JDK 17; or '17' for the latest JDK 17 distribution: 'graalvm' # New 'distribution' option github-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache local Maven repository diff --git a/.github/workflows/windows-native.yml b/.github/workflows/windows-native.yml index fb559f73..7ab4a339 100644 --- a/.github/workflows/windows-native.yml +++ b/.github/workflows/windows-native.yml @@ -1,7 +1,7 @@ name: Build windows native image on: - workflow_dispatch: + workflow_dispatch: push: tags: - 'v*' @@ -34,7 +34,7 @@ jobs: - name: GitHub Action for GraalVM JDK 17 uses: graalvm/setup-graalvm@v1 with: - java-version: '17.0.7' # for a specific JDK 17; or '17' for the latest JDK 17 + java-version: '21.0.1' # for a specific JDK 17; or '17' for the latest JDK 17 distribution: 'graalvm' # New 'distribution' option github-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache local Maven repository @@ -81,4 +81,4 @@ jobs: neutrino-proxy-server-${{ matrix.os }}-${{ github.ref_name }}.zip neutrino-proxy-client-${{ matrix.os }}-${{ github.ref_name }}.zip prerelease: true - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }}