From fd363e161954f6e76cb7c26445436b734eaaf551 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 22 Jun 2026 22:49:04 +0200 Subject: [PATCH] bump release version --- .github/workflows/release.yaml | 4 ++-- .pkgr.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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