Skip to content

Commit eeabe4b

Browse files
committed
Order matrix
1 parent 9689f10 commit eeabe4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/android.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
matrix:
1010
image:
1111
- r22
12-
build_type: [Debug, Release]
13-
android_abi:
14-
- armeabi-v7a
15-
- arm64-v8a
1612
android_platform:
1713
- android-27
1814
- android-29
15+
android_abi:
16+
- armeabi-v7a
17+
- arm64-v8a
18+
build_type: [Debug, Release]
1919

2020
runs-on: ubuntu-latest
2121

0 commit comments

Comments
 (0)