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: |