Skip to content

Commit 3eae3ca

Browse files
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.
1 parent b97278f commit 3eae3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
deploy:
1818
name: Build and publish ${{ matrix.package }} 🐍
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
timeout-minutes: 120
2121
strategy:
2222
fail-fast: true

0 commit comments

Comments
 (0)