Skip to content

Commit c5aedbc

Browse files
authored
Android emulator job should use linux.24xl.spr-metal
It's flaky and we don't have a good solution.
1 parent eea172d commit c5aedbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run-emulator:
3333
needs: build-llm-demo
3434
# NB: Use metal install for KVM support to run the emulator faster
35-
runs-on: linux.12xlarge
35+
runs-on: linux.24xl.spr-metal
3636
env:
3737
ANDROID_NDK_VERSION: r27b
3838
API_LEVEL: 34

0 commit comments

Comments
 (0)