• Show log

    Commit

  • Hash : 551df0b2
    Author : Azat Khuzhin
    Date : 2023-09-03T08:15:07

    ci: try to fix ABI check by using newer version of ubuntu
    
    Looks like after upgrading ubuntu from 18.04 (that has 1.9 version of
    lvc abi tools) to 20.04 (that has 1.11) the abi-check started to
    timeout (works longer then 6 hours, while usually few minutes, and
    sometimes even faster was enough).
    
    Unlikely upgrading ubuntu will help, since 22.04 and 20.04 has the same
    version, but still, let's try.
    
    Refs: #1463