Skip to content

Commit

Permalink
ci: update java setup version (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Sep 6, 2024
1 parent b3e5106 commit f2b936b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '12'
java-version: '17'
- uses: ./.github/actions/setup-flutter
- run: flutter build ios --release --no-codesign

Expand All @@ -31,9 +31,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '12'
java-version: '17'
- uses: ./.github/actions/setup-flutter
- run: flutter build apk --release

0 comments on commit f2b936b

Please sign in to comment.