Skip to content

Commit 5fd7f41

Browse files
committed
Remove default arch in order to run amulator on macos-15
1 parent 99f9a39 commit 5fd7f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ runs:
5757
api-level: ${{ inputs.android-api-level }}
5858
emulator-boot-timeout: ${{ inputs.android-emulator-boot-timeout }}
5959
emulator-options: ${{ inputs.android-emulator-options }}
60-
arch: x86_64
60+
#arch: x86_64
6161
script: skip android test --package-path ${{ inputs.package-path }} --swift-version ${{ inputs.swift-version }} ${{ inputs.swift-build-flags }} ${{ inputs.swift-test-flags }}
6262

0 commit comments

Comments
 (0)