Skip to content

Commit

Permalink
Add new emulators
Browse files Browse the repository at this point in the history
  • Loading branch information
max-kammerer committed Oct 27, 2023
1 parent cc0c573 commit c7aa532
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
ANDROID_EMULATOR_WAIT_TIME_BEFORE_KILL: 170
strategy:
matrix:
arch: [[16, x86], [21, x86], [23, x86], [29, x86_64], [31, x86_64], [33, x86_64]]
arch: [[16, x86], [21, x86], [23, x86], [28, x86], [29, x86_64], [31, x86_64], [33, x86_64], [34, x86_64]]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -96,6 +96,14 @@ jobs:
- name: Setup Gradle Cache
uses: gradle/gradle-build-action@v2

- name: Cache system-images
id: cache-system-images
uses: actions/cache@v3
with:
path: |
env.ANDROID_SDK_ROOT/system-images
key: ${{ runner.os }}-emulator-image-${{${{ matrix.arch[0] } }}

- name: Restore Native Libs 2
id: restore-nativeLibs
uses: actions/cache@v3
Expand Down

0 comments on commit c7aa532

Please sign in to comment.