Skip to content

Commit

Permalink
only x86
Browse files Browse the repository at this point in the history
  • Loading branch information
samba committed Dec 7, 2024
1 parent 50606de commit 0d324ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ccpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ jobs:
- name: install render test requirements
run: source myEnv/bin/activate && pip3 install -r requirements.txt
working-directory: rendertests
- name: install boost arm
run: arch -arm64 brew install boost
- name: install boost x86
run: arch -x86_64 brew install boost
- name: configure
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" ..
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64" ..
env:
WM_DOWNLOAD_EXTERNALS: 0 # for some reason the boost build fails here: seems not to find the right toolset (for the first run, the second try succeeds)
working-directory: build
Expand Down

0 comments on commit 0d324ce

Please sign in to comment.