Merge pull request #10353 from oech3/patch-7

android.yml: Drop x86
This commit is contained in:
oech3
2026-01-21 19:48:05 +09:00
committed by GitHub
parent 3026d0d159
commit cbbff3014c
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
ram: [4096]
api-level: [28]
target: [google_apis_playstore]
arch: [x86, x86_64] # , arm64-v8a
arch: [x86_64] # ,x86 ,arm64-v8a
runs-on: ${{ matrix.os }}
env:
EMULATOR_RAM_SIZE: ${{ matrix.ram }}