Skip to content

Commit

Permalink
Go back to zulu jdk 13
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia authored Aug 18, 2023
1 parent 3aa2bbd commit 7b30b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'microsoft'
java-version: '10'
distribution: 'zulu'
java-version: '13'

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 7b30b2b

Please sign in to comment.