Skip to content

Commit

Permalink
Always build universal binaries on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfd committed Jan 15, 2024
1 parent 4e70dc0 commit fdb6506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
-D CMAKE_BUILD_TYPE=${{ env.build_type }}
-D SFIZZ_SHARED=ON
-D SFIZZ_TESTS=ON
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64"
)
if [[ ${{ github.ref_type }} == 'branch' ]]; then
options=(
Expand Down

0 comments on commit fdb6506

Please sign in to comment.