Skip to content

Commit bbb7ef6

Browse files
committed
USe x86 arch
1 parent 1d3aff0 commit bbb7ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NativePipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,14 +414,14 @@ jobs:
414414
/Users/runner/.android/avd/*
415415
/Users/runner/.android/adb*
416416
/Users/runner/Library/Android/sdk/system-images/**/*
417-
key: pixel_34_arm64_default_3core_and_system_images
417+
key: pixel_34_x86_default_3core_and_system_images
418418
- name: "Create AVD and generate snapshot for caching"
419419
if: steps.avd-cache.outputs.cache-hit != 'true'
420420
uses: reactivecircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # v2.30.1
421421
with:
422422
api-level: 34
423423
target: default
424-
arch: arm64-v8a
424+
arch: x86
425425
profile: pixel
426426
cores: 3
427427
ram-size: 4096M

0 commit comments

Comments
 (0)