mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-04-23 10:21:33 +00:00
AVD test on API 34
This commit is contained in:
parent
d15017b777
commit
6ee6685f4c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
api: [23, 26, 28, 29, 33]
|
api: [23, 26, 28, 29, 34]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
@ -15,9 +15,9 @@ type='google_apis'
|
|||||||
# API 26: legacy rootfs with Treble
|
# API 26: legacy rootfs with Treble
|
||||||
# API 28: legacy system-as-root
|
# API 28: legacy system-as-root
|
||||||
# API 29: 2 Stage Init
|
# API 29: 2 Stage Init
|
||||||
# API 33: latest Android
|
# API 34: latest Android
|
||||||
|
|
||||||
api_list='23 26 28 29 33'
|
api_list='23 26 28 29 34'
|
||||||
|
|
||||||
cleanup() {
|
cleanup() {
|
||||||
echo -e '\n\033[41;30m! An error occurred\033[0m\n'
|
echo -e '\n\033[41;30m! An error occurred\033[0m\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user