From ddbe94e1051fd794e7eaadda4c43fad47f5e3d10 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 25 Jan 2025 10:26:33 +0100 Subject: [PATCH] Disable android arm test for now --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9a1d27d..2436de95 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,7 +256,7 @@ jobs: matrix: architecture: - x86_64 - - arm64-v8a + #- arm64-v8a emulation-root: - Windows 2025 - Windows 2022 @@ -271,8 +271,8 @@ jobs: preset: release - architecture: x86_64 runner: ubuntu-24.04 - - architecture: arm64-v8a - runner: macos-latest + #- architecture: arm64-v8a + # runner: macos-latest steps: - name: Enable KVM if: ${{ startsWith(matrix.runner, 'ubuntu') }}