Skip to content

Commit 345f965

Browse files
committed
clang16
1 parent 14d89bf commit 345f965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gha_osx.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
1313
bash miniconda.sh -b -p $HOME/miniconda
1414
conda config --add channels conda-forge
1515
conda config --set channel_priority strict
16-
conda create -y -q -p $deps_dir c-compiler cxx-compiler libcxx cmake eigen nlopt ipopt boost-cpp tbb tbb-devel
16+
conda create -y -q -p $deps_dir c-compiler cxx-compiler libcxx "clang<17" cmake eigen nlopt ipopt boost-cpp tbb tbb-devel
1717
source activate $deps_dir
1818

1919
# Create the build dir and cd into it.

0 commit comments

Comments
 (0)