Skip to content

Commit

Permalink
Update dev_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-saplin authored Jun 11, 2024
1 parent 8b7bf8e commit 701e22e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: "12.x"
distribution: 'temurin'
java-version: '21'
cache: gradle
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 701e22e

Please sign in to comment.