diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index aed30dbad..ffb6b8aba 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,10 +18,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: 24 + api-level: 25 - target: i686-linux-android emulator-arch: x86 - api-level: 24 + api-level: 25 steps: - name: Checkout code