Skip to content

Commit

Permalink
build universal osx binary
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Jan 14, 2024
1 parent ed76ecc commit acf8ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
- name: Config for Unix
if: runner.os != 'Windows'
run: cmake -B ${{github.workspace}}/build -DSPM_BUILD_TEST=ON -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/root
env:
CMAKE_OSX_ARCHITECTURES: arm64;x86_64

- name: Build
run: cmake --build ${{github.workspace}}/build --config Release --target install --parallel 8
Expand Down

0 comments on commit acf8ebe

Please sign in to comment.