mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
updating emulator to use api 29 due to storage differences
This commit is contained in:
parent
0ab5734c53
commit
992c3d8a13
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sanity_test.yml
vendored
2
.github/workflows/sanity_test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
api-level: [28]
|
api-level: [29]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue