Skip to content

Commit

Permalink
Use Java 21 instead of 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Dec 5, 2023
1 parent 7980c13 commit c586a2a
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 @@ -23,10 +23,10 @@ jobs:
submodules: 'false'
- name: Clone submodules non-recursively
run: git submodule update --init --depth 0
- name: Setup Java JDK 11
- name: Setup Java JDK 21
uses: actions/[email protected]
with:
java-version: 11
java-version: 21
distribution: "temurin"
- name: Setup Android Environment
uses: android-actions/setup-android@v2
Expand Down

0 comments on commit c586a2a

Please sign in to comment.