From 6476e266d25ef7f021b0b44323a7a3ee5e5ca8db Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 29 Jun 2026 16:53:53 -0400 Subject: [PATCH] Use trixie instead of bookworm in CI Fixes #82. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29de8fd..35b15ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: reproducible: runs-on: ubuntu-latest - container: debian:bookworm + container: debian:trixie needs: - build strategy: