Skip to content

Commit

Permalink
bump Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Aug 26, 2024
1 parent 2bf31ae commit 907f0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-android-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build-android-apk
on:
push:
branches:
- master
- '**'
jobs:
build:
runs-on: macos-latest
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Install Flutter
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 907f0a4

Please sign in to comment.