CMake: build universal binaries for macOS

This commit is contained in:
李通洲
2023-07-26 09:18:46 +08:00
parent 841be619ba
commit 2f0d0a5a02
+1 -1
View File
@@ -114,7 +114,7 @@ jobs:
languages: c
- name: configure project
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On -DCMAKE_OSX_ARCHITECTURES='arm64;x86_64' .
- name: build project
run: cmake --build . --target package