From 05f2e19a9f0f032d28144192bdf5085d4fc17b7a Mon Sep 17 00:00:00 2001 From: Max Inden Date: Thu, 22 Aug 2024 13:21:41 +0200 Subject: [PATCH] 29 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c5213478c..50af066b2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -101,10 +101,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: 30 + api-level: 29 - target: i686-linux-android emulator-arch: x86 - api-level: 30 + api-level: 29 steps: - name: Checkout code