Skip to content

Commit

Permalink
upd github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Apr 21, 2024
1 parent 31e5814 commit f74bf16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up JDK 21
- name: Set up JDK 19
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
java-version: '19'
cache: 'gradle'
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '11.0'
platform :ios, '12.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down

0 comments on commit f74bf16

Please sign in to comment.