File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ defaults:
12
12
13
13
jobs :
14
14
test_android :
15
- runs-on : macos-13
15
+ runs-on : macos-latest
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v4
@@ -23,21 +23,21 @@ jobs:
23
23
with :
24
24
java-version : ' 17'
25
25
distribution : ' zulu'
26
- # - name: Gradle cache
27
- # uses: actions/cache@v2
28
- # with:
29
- # path: |
30
- # ~/.gradle/caches
31
- # ~/.gradle/wrapper
32
- # key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
33
- # - name: AVD cache
34
- # uses: actions/cache@v2
35
- # id: avd-cache
36
- # with:
37
- # path: |
38
- # ~/.android/avd/*
39
- # ~/.android/adb*
40
- # key: avd-33-x64
26
+ - name : Gradle cache
27
+ uses : actions/cache@v4
28
+ with :
29
+ path : |
30
+ ~/.gradle/caches
31
+ ~/.gradle/wrapper
32
+ key : gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
33
+ - name : AVD cache
34
+ uses : actions/cache@v4
35
+ id : avd-cache
36
+ with :
37
+ path : |
38
+ ~/.android/avd/*
39
+ ~/.android/adb*
40
+ key : avd-33-x64
41
41
- name : Download Flutter
42
42
uses : subosito/flutter-action@v2
43
43
with :
You can’t perform that action at this time.
0 commit comments