Skip to content

Commit 4eab6fb

Browse files
committed
Now that the emulated TLS pull was merged into the 6.1 devel branch, update Android API tested on emulator in the CI
1 parent 7476f2b commit 4eab6fb

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
@@ -531,6 +531,6 @@ jobs:
531531
- name: Run tests on Android x86_64 emulator
532532
uses: reactivecircus/android-emulator-runner@v2
533533
with:
534-
api-level: ${{ matrix.version != 'trunk' && '29' || env.ANDROID_API_LEVEL }}
534+
api-level: ${{ matrix.version == 'release' && '29' || env.ANDROID_API_LEVEL }}
535535
arch: x86_64
536536
script: ~/test-toolchain.sh

0 commit comments

Comments
 (0)