Skip to content

Commit f74bf16

Browse files
authored
upd github workflow
1 parent 31e5814 commit f74bf16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/flutter-actions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
steps:
1010
- name: Clone repository
1111
uses: actions/checkout@v4
12-
- name: Set up JDK 21
12+
- name: Set up JDK 19
1313
uses: actions/setup-java@v4
1414
with:
15-
java-version: 21
16-
distribution: 'temurin'
15+
java-version: '19'
16+
cache: 'gradle'
1717
- name: Set up Flutter
1818
uses: subosito/flutter-action@v2
1919
with:

ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '11.0'
2+
platform :ios, '12.0'
33

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

0 commit comments

Comments
 (0)