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 <mail@aparcar.org>
This commit is contained in:
parent
58449afd38
commit
bd3320e8de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/multi-arch-test-build.yml
vendored
2
.github/workflows/multi-arch-test-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue