diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c53045e843..314e2891a8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,9 +151,9 @@ jobs: fail-fast: false matrix: target: - - ubuntu:22.04 - ubuntu:24.04 - - debian:12 + - ubuntu:26.04 + - debian:13 steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # pin@v6.0.3 diff --git a/.pkgr.yml b/.pkgr.yml index 74c47e2fcb..4be9b08a36 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -37,4 +37,5 @@ dependencies: - "libffi7 | libffi8" targets: ubuntu-24.04: true + ubuntu-26.04: true debian-13: true