Skip to content

Commit

Permalink
Use JDK 17 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna712 authored Jan 4, 2025
1 parent 2aa7985 commit 7a6a11a
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 @@ -32,10 +32,10 @@ jobs:
- name: Clean old builds
run: rm $GITHUB_WORKSPACE/builds/*.cs3

- name: Setup JDK 11
- name: Setup JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand Down

0 comments on commit 7a6a11a

Please sign in to comment.