Skip to content

Commit

Permalink
fix(ci): use Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
kirasok committed Apr 5, 2024
1 parent f3f854d commit 395420c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/key.properties
- uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "12.x"
distribution: "temurin"
java-version: "17"
cache: gradle
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 395420c

Please sign in to comment.