Skip to content

Commit

Permalink
26
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 22, 2024
1 parent 757a00a commit 29a1345
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 @@ -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: 25
api-level: 26
- target: i686-linux-android
emulator-arch: x86
api-level: 25
api-level: 26

steps:
- name: Checkout code
Expand Down

0 comments on commit 29a1345

Please sign in to comment.