From 5272130103b95768ac17b2c5a841f7746585f1f4 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Tue, 14 Nov 2023 12:43:46 +0100 Subject: [PATCH] Try to build for Debian 12 (bookworm) too --- .github/workflows/deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deb.yml b/.github/workflows/deb.yml index b54e8fcaf9..39ffbf6cdd 100644 --- a/.github/workflows/deb.yml +++ b/.github/workflows/deb.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, ubuntu-20.04, debian-11] + os: [ubuntu-22.04, ubuntu-20.04, debian-12, debian-11] runs-on: ubuntu-latest permissions: contents: read