Skip to content

Commit

Permalink
Android emulator job should use linux.24xl.spr-metal
Browse files Browse the repository at this point in the history
It's flaky and we don't have a good solution.

Pull Request resolved: #6474
  • Loading branch information
kirklandsign authored Oct 23, 2024
1 parent eea172d commit cb25809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run-emulator:
needs: build-llm-demo
# NB: Use metal install for KVM support to run the emulator faster
runs-on: linux.12xlarge
runs-on: linux.24xl.spr-metal
env:
ANDROID_NDK_VERSION: r27b
API_LEVEL: 34
Expand Down

0 comments on commit cb25809

Please sign in to comment.