Making the 0.8.0 release failed: https://github.com/NNPDF/pineappl/actions/runs/9804583913. Commits e5e26e5 and dc311a6 temporarily fix the problem, until some unspecified date: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/.
The only problematic action is release.yml and it the relevant jobs are capi-linux and cli-linux. For both jobs we'd have to find a container with a GLIBC version old enough to support most systems, but new enough to support Node 20.
Making the
0.8.0release failed: https://github.com/NNPDF/pineappl/actions/runs/9804583913. Commits e5e26e5 and dc311a6 temporarily fix the problem, until some unspecified date: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/.The only problematic action is
release.ymland it the relevant jobs arecapi-linuxandcli-linux. For both jobs we'd have to find a container with a GLIBC version old enough to support most systems, but new enough to support Node 20.