mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 11:48:28 +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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
api: [23, 26, 28, 29, 33]
|
||||
api: [23, 26, 28, 29, 34]
|
||||
|
||||
steps:
|
||||
- name: Check out
|
||||
|
@ -15,9 +15,9 @@ type='google_apis'
|
||||
# API 26: legacy rootfs with Treble
|
||||
# API 28: legacy system-as-root
|
||||
# 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() {
|
||||
echo -e '\n\033[41;30m! An error occurred\033[0m\n'
|
||||
|
Loading…
x
Reference in New Issue
Block a user