From 005024f722bfe98ff58172b164090971a5000bb7 Mon Sep 17 00:00:00 2001 From: SlightlyCircuitous <71394296+SlightlyCircuitous@users.noreply.github.com> Date: Wed, 6 Aug 2025 13:52:22 -0400 Subject: [PATCH] Add Debian 13 to desktop-build --- .github/workflows/desktop-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 63e45d9fe..21b42a848 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -105,6 +105,11 @@ jobs: - distro: Debian version: 12 package: DEB + test: skip # Running tests on all distros is superfluous + + - distro: Debian + version: 13 + package: DEB - distro: Fedora version: 41