File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ runs:
189189 # and with older pybind11 versions, the minimum cmake version is set to 3.4
190190 # which causes cmake configuration to fail.
191191 run : |
192+ which apt && sudo apt update && sudo apt install clang-17 && export CC=clang && export CXX=clang++ && echo "USING CLANG"
192193 export BOOST_ROOT="$(pwd)/boost_1_86_0"
193194 export CFLAGS="-fsanitize=address -O1 -g -fno-omit-frame-pointer -Werror"
194195 export CXXFLAGS="-fsanitize=address -O1 -g -fno-omit-frame-pointer -pedantic-errors -Werror -Wpessimizing-move -Wparentheses -Wrange-loop-construct -Wsuggest-override"
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 # The type of runner that the job will run on
117117 strategy :
118118 matrix :
119- os : [ubuntu-22 .04, macos-26]
119+ os : [ubuntu-24 .04, macos-26]
120120 fail-fast : false
121121 runs-on : ${{ matrix.os }}
122122
You can’t perform that action at this time.
0 commit comments