From c6b697b7cdd43c37bccea9c61d47bcb58d8de687 Mon Sep 17 00:00:00 2001 From: offsoc <139764790+offsoc@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:35:12 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c6846fe95..147c5f4e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,11 +16,11 @@ jobs: - name: Checkout source code uses: actions/checkout@v2 - - name: Set up JDK 21 + - name: Set up JDK 24 uses: actions/setup-java@v3 with: distribution: 'adopt' - java-version: '21' + java-version: '24' - name: Clone Signal-Server repository run: |