Skip to content

Commit dfb0ab5

Browse files
committed
Update Android API tested on emulator in the CI, now that emulated TLS pull was merged into trunk
1 parent a01c58c commit dfb0ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,6 @@ jobs:
528528
- name: Run tests on Android x86_64 emulator
529529
uses: reactivecircus/android-emulator-runner@v2
530530
with:
531-
api-level: 29
531+
api-level: ${{ matrix.version != 'trunk' && '29' || env.ANDROID_API_LEVEL }}
532532
arch: x86_64
533533
script: ~/test-toolchain.sh

0 commit comments

Comments
 (0)