Skip to content

Commit 829e932

Browse files
committed
No java matrix
1 parent 3e46ca7 commit 829e932

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/Android-CI.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ jobs:
1717
api: [ 28 ]
1818
tag: [ default ]
1919
abi: [ x86_64 ]
20-
java_version: [ 17 ]
2120
include:
2221
- os: [ ARM64 ]
2322
api: [ 34 ]
2423
tag: [ google_apis ]
2524
abi: [ arm64-v8a ]
26-
java_version: [ 17 ]
2725
steps:
2826
- name: Checkout
2927
uses: actions/[email protected]
@@ -32,11 +30,11 @@ jobs:
3230
submodules: true
3331
- name: prepare
3432
run: brew install exiftool imagemagick
35-
- name: Install JDK ${{ matrix.java_version }}
33+
- name: Install JDK
3634
uses: actions/setup-java@v4
3735
with:
3836
distribution: "adopt"
39-
java-version: ${{ matrix.java_version }}
37+
java-version: 17
4038
- uses: gradle/actions/wrapper-validation@v3
4139
- name: Install Android SDK
4240
uses: hannesa2/action-android/[email protected]

0 commit comments

Comments
 (0)