Skip to content

Commit ae28cd0

Browse files
committed
Let's see without simd.
1 parent 6a4824d commit ae28cd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ccp-workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
include: [
54-
{ system: MacOS, runner: macos-13, macos-latest },
54+
{ system: MacOS-13, runner: macos-13 },
55+
{ system: MacOS-latest, runner: macos-latest },
5556
{ system: Ubuntu-latest, runner: ubuntu-latest },
5657
]
5758
name: ${{ matrix.system }} Test
5859
runs-on: ${{ matrix.runner }}
5960
steps:
6061
- uses: actions/checkout@v4
6162
- name: cmake
62-
run: cmake -DOJPH_BUILD_TESTS=yes ..
63+
run: cmake -DOJPH_BUILD_TESTS=yes -DOJPH_DISABLE_SIMD=yes ..
6364
working-directory: build
6465
- name: build
6566
run: make

0 commit comments

Comments
 (0)