Skip to content

Commit f4963a6

Browse files
committed
ci: fix builds on macOS
Minor updates in the Boost library result in version changes. For example, current version is 1.76.0_4. Paths under /usr/local/Cellar/ contain the minor version, while paths under /usr/local/opt/ do not, so we can use them. Resolves #137
1 parent fa9fc44 commit f4963a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Configure CMake
6464
env:
65-
BOOST_ROOT: "/usr/local/Cellar/[email protected]/1.76.0_3"
65+
BOOST_ROOT: "/usr/local/opt/[email protected]"
6666
LDFLAGS: "-L/usr/local/opt/icu4c/lib"
6767
CPPFLAGS: "-I/usr/local/opt/icu4c/include"
6868
run: |

0 commit comments

Comments
 (0)