Skip to content

Commit

Permalink
Update BUILD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Greymagic27 authored Nov 10, 2024
1 parent cd73605 commit c7c1c79
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 @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 22
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 22
java-version: 21
- name: Set up Maven
uses: stCarolas/[email protected]
with:
Expand Down

0 comments on commit c7c1c79

Please sign in to comment.