You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while ago the 'ubuntu-latest' image moved from Ubuntu 22.04 to
Ubuntu 24.04. See <actions/runner-images#10636>.
However, Ubuntu 24.04 does not have packages for Clang 11 and 12
anymore, thus the Clang jobs fail when they try to install the
corresponding compilers. Therefore, the workflow is changed to
use 'ubuntu-22.04' instead of 'ubuntu-latest'.
Furthermore, a job for Clang 19 (latest Clang version available
on Ubuntu 24.04) is added to run tests with a newer version, too.
0 commit comments