Skip to content

Commit

Permalink
Trying to get both macos architectures to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Jan 30, 2025
1 parent 1648ce3 commit 1b532a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-macos-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
mkdir -p build
pushd build
cmake .. -DCMAKE_BUILD_TYPE=Release -G "Ninja" \
-DCMAKE_OSX_ARCHITECTURES=arm64 \
-DBOOST_ROOT=$(brew --prefix boost)
popd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-x86.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
brew install cmake ninja llvm
# Ensure Boost is installed specifically for x86_64
arch -x86_64 /usr/local/bin/brew install boost
arch -x86_64 brew install boost
- name: Configure Build
run: |
Expand Down

0 comments on commit 1b532a0

Please sign in to comment.