Skip to content

Commit b2d734b

Browse files
committed
ci: Upgrade to ubuntu:24.04 for CI runs
1 parent b1ed869 commit b2d734b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cln-version-manager-py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
source:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@v3

.github/workflows/python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
source:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: actions/checkout@v3
2222

@@ -39,7 +39,7 @@ jobs:
3939
path: dist/gl_client-*.tar.gz
4040

4141
linux:
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-24.04
4343
strategy:
4444
fail-fast: false
4545
matrix:
@@ -79,7 +79,7 @@ jobs:
7979
if: matrix.target != 'ppc64' && matrix.target != 'x86_64' && matrix.target != 'i686'
8080
with:
8181
arch: ${{ matrix.target }}
82-
distro: ubuntu22.04
82+
distro: ubuntu24.04
8383
githubToken: ${{ github.token }}
8484
install: |
8585
apt-get update

0 commit comments

Comments
 (0)