At the moment the release workflow uses ubuntu-latest GH worker (ref) which misses GLIBC support for Ubuntu LTS (22.04).
Please switch to ubuntu-22.04 workers. See: https://docs.github.com/en/actions/reference/runners/github-hosted-runners
> ink --version
ink: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by ink)
> fgrep PRETTY_NAME /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"
> brew info ink | head -1
==> borghei/tap/ink: stable 0.6.7
Many thanks.
At the moment the release workflow uses
ubuntu-latestGH worker (ref) which misses GLIBC support for Ubuntu LTS (22.04).Please switch to
ubuntu-22.04workers. See: https://docs.github.com/en/actions/reference/runners/github-hosted-runnersMany thanks.