Skip to content

Commit e914c56

Browse files
committed
Enable macOS Silicon build.
1 parent ac5d0fa commit e914c56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
cmake \
7777
-G "${{ matrix.generator }}" \
7878
-DWITH_ASIO=${{ matrix.asio }} \
79+
-DCMAKE_BUILD_TYPE=Release \
80+
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" \
7981
-S "${{ env.dir_source }}" \
8082
-B "${{ env.dir_build }}"
8183
cmake --build "${{ env.dir_build }}" --config "${{ env.type }}"

0 commit comments

Comments
 (0)