Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 13, 2024
1 parent 87a3b09 commit 13ea3c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
java-version: '17' # Updated from 11 to 17
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.x'
Expand All @@ -38,4 +38,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: release-ios
path: build/ios/iphoneos
path: build/ios/iphoneos

0 comments on commit 13ea3c0

Please sign in to comment.