jasmcaus / tau

A Micro (1k lines of code) Unit Test Framework for C/C++
MIT License
158 stars 30 forks source link

CI fix: Use version 20.04 when building with clang for Ubuntu #45

Closed jakeru closed 1 day ago

jakeru commented 6 months ago

This fixes the problem that clang-10 is not available for newer versions of Ubuntu. Of course we could upgrade clang as well, but let's restore the functionality as it was, and after that, we can introduce new changes.

By using a fixed version we get a more controlled build environment.

jasmcaus commented 1 day ago

thanks so much for this!