diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 393b3e38b..4b4e4b3d3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -102,10 +102,10 @@ jobs: emulator-arch: x86_64 # Note that x86_64 image is only available for API 21+. See # https://github.com/ReactiveCircus/android-emulator-runner?tab=readme-ov-file#configurations. - api-level: 21 + api-level: 26 - target: i686-linux-android emulator-arch: x86 - api-level: 19 + api-level: 26 steps: - name: Checkout code