Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
offsoc authored Jan 9, 2025
1 parent 1c34d65 commit c6b697b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c6b697b

Please sign in to comment.