Skip to content

Commit

Permalink
another boost version for that fucking mac
Browse files Browse the repository at this point in the history
shit system :-(

its always mac that causes trouble
one day it works, the other day its broken
  • Loading branch information
johannesunger committed Dec 16, 2024
1 parent 3d69491 commit e81097a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp-macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: source myEnv/bin/activate && pip3 install -r requirements.txt
working-directory: rendertests
- name: install boost
run: brew install boost@1.86
run: brew install boost@1.85
- name: configure
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="arm64" ..
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: install brew x86
run: arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: install boost x86
run: arch -x86_64 /usr/local/bin/brew install boost@1.86
run: arch -x86_64 /usr/local/bin/brew install boost@1.85
- name: configure
run: cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64" ..
env:
Expand Down

0 comments on commit e81097a

Please sign in to comment.