Skip to content

Commit

Permalink
Update Android emulator tests for CI. Closes #92
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Dec 1, 2023
1 parent afb98d6 commit d4ae41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
strategy:
fail-fast: false
matrix:
api-level: [ 23, 26, 29 ]
arch: [ x86_64 ]
api-level: [ 21, 23, 26, 29 ]
arch: [ arm64-v8a, x86_64 ]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit d4ae41e

Please sign in to comment.