Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 4, 2024
1 parent 7eca4e2 commit 5e3a1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.info
osx_build_and_test:
runs-on: macos-11
runs-on: macos-15
steps:
- name: Extract repo name
run: echo ::set-env name=REPOSITORY_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F /
Expand Down
1 change: 1 addition & 0 deletions deps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ then
else
if [ "$UNIX_SYSTEM_NAME" = "Darwin" ];
then
sed -i '' 's/std::unary_function/__unary_function/g' $CUSTOM_BUILD_ROOT/boost_1_68_0/boost/container_hash/hash.hpp
eval ./b2 cxxflags=-fPIC toolset=clang cxxstd=14 cflags=-fPIC "${PARALLEL_MAKE_OPTIONS}" --prefix="$INSTALL_ROOT" --layout=system variant=debug link=static threading=multi install
else
if [[ "${WITH_EMSCRIPTEN}" -eq 1 ]];
Expand Down

0 comments on commit 5e3a1c9

Please sign in to comment.