From bd3320e8de3b2cb5cffc03ee791917e42cbaaad7 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 14 Dec 2020 11:47:28 -1000 Subject: [PATCH] CI: test aarch64_cortex-a53 instead of _generic The aarch64_cortex-a53 architecture is used by more targets and should therefore be tested rather than the relatively rare _generic one. Signed-off-by: Paul Spooren --- .github/workflows/multi-arch-test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 3f8a564a62..11cbc80961 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -20,7 +20,7 @@ jobs: - powerpc_8540 runtime_test: [false] include: - - arch: aarch64_generic + - arch: aarch64_cortex-a53 runtime_test: true - arch: arm_cortex-a15_neon-vfpv4 runtime_test: true