Skip to content

Commit be5a3e5

Browse files
authored
Create universal binaries on Mac CI (#761)
1 parent d08cfe8 commit be5a3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $(date +'%Y%m%d%H%M%S')" "osx/Info.plist"
111111
/usr/libexec/PlistBuddy -c "Set :CFBundleShortVersionString $(date +'%Y.%m.%d')" "osx/Info.plist"
112112
- name: cmake
113-
run: cmake -S . -B _build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=macos-bundle
113+
run: cmake -S . -B _build -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -DCMAKE_INSTALL_PREFIX=macos-bundle
114114
- name: Build TreeSheets
115115
run: cmake --build _build -j4
116116
- name: Create bundle

0 commit comments

Comments
 (0)