github/workflows/build: disable aarch64 tests (#6192)

This commit is contained in:
sh
2025-08-16 12:14:01 +00:00
committed by GitHub
parent f2055882bd
commit 2175db9345

View File

@@ -305,7 +305,7 @@ jobs:
sudo chown -R $(id -u):$(id -g) dist-newstyle ~/.cabal
- name: Run tests
if: matrix.should_run == true
if: matrix.should_run == true && matrix.arch == 'x86_64'
timeout-minutes: 120
shell: bash
run: |