set android emulator API level to 32

This commit is contained in:
Vadim 2024-03-12 17:05:40 +01:00
parent 4bf41167be
commit c79a578286

View file

@ -67,7 +67,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }} if: ${{ matrix.os == 'ubuntu-latest' }}
uses: reactivecircus/android-emulator-runner@v2 uses: reactivecircus/android-emulator-runner@v2
with: with:
api-level: 33 api-level: 32
target: default target: default
arch: x86_64 arch: x86_64
profile: pixel_6 profile: pixel_6