Skip to content

Commit

Permalink
Use Android x86_64 image for Ubuntu runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdgr8 committed Feb 1, 2024
1 parent 30eb64d commit 141f37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 33
arch: arm64-v8a
arch: x86_64
script: ./gradlew connectedCheck
- name: Upload test results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 141f37c

Please sign in to comment.