Skip to content

Commit

Permalink
23
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 22, 2024
1 parent 8cba9cf commit ddac72d
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: 22
api-level: 23
- target: i686-linux-android
emulator-arch: x86
api-level: 22
api-level: 23

steps:
- name: Checkout code
Expand Down

0 comments on commit ddac72d

Please sign in to comment.