Skip to content

Commit

Permalink
ci: fix metrics workflow for android (#1978)
Browse files Browse the repository at this point in the history
* Update metrics ci
  • Loading branch information
buenaflor authored Apr 9, 2024
1 parent fda497f commit 61e71ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: actions/setup-java@v4
if: ${{ matrix.platform == 'android' }}
with:
java-version: "11"
java-version: "17"
distribution: "adopt"

- run: ./metrics/prepare.sh
Expand Down

0 comments on commit 61e71ec

Please sign in to comment.