Skip to content

Commit

Permalink
Let's see without simd.
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Nov 5, 2024
1 parent 6a4824d commit ae28cd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ccp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@ jobs:
fail-fast: false
matrix:
include: [
{ system: MacOS, runner: macos-13, macos-latest },
{ system: MacOS-13, runner: macos-13 },
{ system: MacOS-latest, runner: macos-latest },
{ system: Ubuntu-latest, runner: ubuntu-latest },
]
name: ${{ matrix.system }} Test
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- name: cmake
run: cmake -DOJPH_BUILD_TESTS=yes ..
run: cmake -DOJPH_BUILD_TESTS=yes -DOJPH_DISABLE_SIMD=yes ..
working-directory: build
- name: build
run: make
Expand Down

0 comments on commit ae28cd0

Please sign in to comment.