Skip to content

Commit

Permalink
Use jdk22 for 1.21.4 compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHua269 committed Dec 14, 2024
1 parent db4f0f7 commit e4b448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_1.21.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '21'
java-version: '22'
- name: Configure Git User Details
run: git config --global user.email "ci@luminolmc.com" && git config --global user.name "LuminolMC CI"
- name: Apply Patches
Expand Down

0 comments on commit e4b448c

Please sign in to comment.