We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c075f commit 1698868Copy full SHA for 1698868
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-20.04
25
strategy:
26
matrix:
27
- arch: [x86, x86_64]
+ arch: [x86_64]
28
cpu_instr: [non-SIMD, SSE2, AVX2, NEON, auto-selected]
29
30
steps:
0 commit comments