CI: Update Ubuntu version from 20 to 22 for Github Actions

Ubuntu 20.04 reached its end-of-life (EOL) on April 15, 2025, and GitHub Actions subsequently removed the Ubuntu 20.04 LTS runner. As a result, we must upgrade all workflow runners to at least Ubuntu 22.04. Currently, this update has only been applied to pypi.yml for core-lightning.

Changelog-None.
This commit is contained in:
ShahanaFarooqui
2025-06-04 13:47:32 +05:30
committed by Alex Myers
parent ad2dc972de
commit ae320cd8d2

View File

@@ -16,7 +16,7 @@ on:
jobs:
deploy:
name: Build and publish ${{ matrix.package }} 🐍
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
strategy:
fail-fast: true