Skip to content

Commit

Permalink
Trying universal macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Jan 9, 2025
1 parent d7fa609 commit 954d4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
run: |
# Install essential tools
brew update
brew install cmake ninja llvm boost
brew install cmake ninja llvm
brew reinstall boost --build-from-source --universal
- name: Configure Build
run: |
Expand Down

0 comments on commit 954d4ca

Please sign in to comment.