Skip to content

Commit

Permalink
#58 add macos to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Nov 2, 2023
1 parent 0950230 commit 3c319da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ env:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ctect_option:
- "-DCHAIVM_ADD_MEM_SANITIZER=OFF -DCHAIVM_ADD_THREAD_SANITIZER=OFF"
- "-DCHAIVM_ADD_MEM_SANITIZER=OFF -DCHAIVM_ADD_THREAD_SANITIZER=ON"
- "-DCHAIVM_ADD_MEM_SANITIZER=ON -DCHAIVM_ADD_THREAD_SANITIZER=OFF"
os: [ ubuntu-latest, macos-12 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3c319da

Please sign in to comment.