Skip to content

Commit

Permalink
29
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 22, 2024
1 parent 9863986 commit 05f2e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05f2e19

Please sign in to comment.