github: test i386_pentium-mmx instead of pentium4
It seems the former causes more compilation failures due to not having SSE. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d42259b148
commit
edadb7726a
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
|
@ -24,7 +24,7 @@ jobs:
|
|||
runtime_test: true
|
||||
- arch: arm_cortex-a15_neon-vfpv4
|
||||
runtime_test: true
|
||||
- arch: i386_pentium4
|
||||
- arch: i386_pentium-mmx
|
||||
runtime_test: true
|
||||
- arch: x86_64
|
||||
runtime_test: true
|
||||
|
|
Loading…
Reference in a new issue