Skip to content

Commit

Permalink
CI: Clang 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 25, 2024
1 parent 1ab309b commit f4fc6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gha_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
conda config --add channels conda-forge
conda config --set channel_priority strict
conda create -y -q -p $deps_dir c-compiler cxx-compiler libcxx cmake eigen nlopt ipopt "boost-cpp<1.84" tbb tbb-devel
conda create -y -q -p $deps_dir "c-compiler<17" "cxx-compiler<17" libcxx cmake eigen nlopt ipopt boost-cpp tbb tbb-devel
source activate $deps_dir

# Create the build dir and cd into it.
Expand Down

0 comments on commit f4fc6ab

Please sign in to comment.