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
This commit is contained in:
Azat Khuzhin 2023-09-03 08:15:07 +02:00
parent 5cec3417bf
commit 551df0b2f1

View File

@ -59,7 +59,7 @@ jobs:
# ABI check is broken [1].
# [1]: https://github.com/libevent/libevent/issues/1463
if: "false"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
## TODO: use docker image, but for now this is not possible without hacks
## due to even public registry require some authentication:
## - https://github.com/orgs/community/discussions/25689