Skip to content

Commit af22f0b

Browse files
WIP
1 parent 266b674 commit af22f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-ppc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
run: cmake --build _build --verbose -j1
4040
- name: Testing xsimd
4141
run: |
42-
qemu-${{ matrix.target.platform }} -cpu power8 -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
42+
qemu-${{ matrix.target.platform }} -cpu power10 -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
4343
working-directory: ${{ github.workspace }}/_build

0 commit comments

Comments
 (0)