fantana21 / CppProjectTemplate

Based on cmake-init but adapted to our needs and preferences
MIT License
0 stars 0 forks source link

Upgrade to ubuntu-24.04 runners #31

Closed PatrickKa closed 3 months ago

PatrickKa commented 3 months ago

This fixes the issues with installing LLVM 18 because the ubuntu-24.04 image already comes preinstalled with that. It also comes with many other more up-to-date tools like GCC 13, CMake 3.30, or Valgrind 3.22, which makes installing dependencies much easier and faster.

Fixes #32

github-actions[bot] commented 3 months ago

Code coverage report

------------------------------------------------------------------------------
File                                       Lines    Exec  Cover   Missing
------------------------------------------------------------------------------
CppProjectTemplate/Library.cpp                 4       4   100%
CppProjectTemplate/Square.hpp                  2       2   100%
------------------------------------------------------------------------------
TOTAL                                          6       6   100%
------------------------------------------------------------------------------
github-actions[bot] commented 3 months ago

Code coverage report

------------------------------------------------------------------------------
File                                       Lines    Exec  Cover   Missing
------------------------------------------------------------------------------
CppProjectTemplate/Library.cpp                 4       4   100%
CppProjectTemplate/Library.hpp                 0       0    --%
CppProjectTemplate/Square.hpp                  2       2   100%
------------------------------------------------------------------------------
TOTAL                                          6       6   100%
------------------------------------------------------------------------------