Skip to content

Commit

Permalink
ci: use zulu 17 version for android
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed May 23, 2024
1 parent 6ea0cc7 commit 2daac63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-example-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: "14.x"
distribution: 'zulu'
java-version: "17.x"

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 2daac63

Please sign in to comment.