Skip to content

Commit

Permalink
downgrading mac build system
Browse files Browse the repository at this point in the history
  • Loading branch information
samba committed Jul 8, 2024
1 parent 06586dd commit b8af87b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13 # latest/14 breaks
steps:
- uses: actions/checkout@v2
- name: update submodules
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ else()
endif()

IF(APPLE)
add_definitions(-D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION)
SET(Boost_LIBRARIES ${Boost_LIBRARIES}
/usr/local/opt/icu4c/lib/libicudata.a
/usr/local/opt/icu4c/lib/libicui18n.a
Expand Down
Empty file.

0 comments on commit b8af87b

Please sign in to comment.