Skip to content

Commit

Permalink
Switch to JDK 17 in one more place
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jun 26, 2024
1 parent 7fca521 commit 0ca3a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
distribution: 'temurin'
java-version: '17'

- name: Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2
Expand Down

0 comments on commit 0ca3a4f

Please sign in to comment.