mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
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:
parent
5cec3417bf
commit
551df0b2f1
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user