Skip to content

Commit

Permalink
Revert "Update Android CI to use JDK 11."
Browse files Browse the repository at this point in the history
This reverts commit f28fafb.
  • Loading branch information
akien-mga committed Nov 7, 2024
1 parent cc0e1d2 commit 0cece57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
sudo cp -f misc/ci/sources.list /etc/apt/sources.list
sudo apt-get update
- name: Set up Java 11
- name: Set up Java 8
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 8

- name: Setup Android SDK and NDK
uses: android-actions/setup-android@v3
Expand Down

0 comments on commit 0cece57

Please sign in to comment.