Skip to content

Commit

Permalink
using specific version for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 22, 2023
1 parent 4a5c1df commit 34c2bf8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
# The type of runner that the job will run on
runs-on: macos-latest

# Android Emulator versions
strategy:
matrix:
api-level: [21, 23, 29]
target: [default, google_apis]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down Expand Up @@ -88,8 +82,7 @@ jobs:
- name: Android Emulator Runner
uses: ReactiveCircus/android-emulator-runner@v2.28.0
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86_64
profile: Nexus 6
api-level: 29
ndk: 21.0.6113669
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck

0 comments on commit 34c2bf8

Please sign in to comment.