Skip to content

Commit

Permalink
feat: use jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Dec 24, 2024
1 parent 21b5388 commit bd09083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '18.x'
- uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- uses: android-actions/setup-android@v3
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: '18.x'
- uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- uses: android-actions/setup-android@v3
- run: |
Expand Down

0 comments on commit bd09083

Please sign in to comment.