File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 wget http://mirrors.kernel.org/ubuntu/pool/main/libf/libffi/libffi7_3.3-4_amd64.deb
3434 sudo dpkg -i libffi7_3.3-4_amd64.deb
3535 sudo apt-key adv --fetch-keys https://apt.llvm.org/llvm-snapshot.gpg.key
36- sudo add-apt-repository "deb http://apt.llvm.org/focal / llvm-toolchain-focal-20 main"
37- sudo apt-get install clang-20
36+ sudo add-apt-repository "deb http://apt.llvm.org/noble / llvm-toolchain-noble main"
37+ sudo apt-get install clang-21
3838 - name : compile
3939 run : |
4040 cd cpp
41- find . -name '*.cpp' -print0 | xargs -n1 -0 clang++-20 -Wall -Wextra -std=c++26
41+ find . -name '*.cpp' -print0 | xargs -n1 -0 clang++-21 -Wall -Wextra -std=c++26
4242
4343 build-macos-clang :
4444 runs-on : macos-latest
You can’t perform that action at this time.
0 commit comments