From 7b925a6c25679ecbe0da5b78185b3b50645979a7 Mon Sep 17 00:00:00 2001 From: Chris Waldon Date: Fri, 7 Jul 2023 15:41:45 -0400 Subject: [PATCH] ci: use working debian image Builds.sr.ht is having problems with the debian/testing image because it is switching which concrete debian release it points at. In the meantime, we can use use the same release as before by a concrete name. Signed-off-by: Chris Waldon --- .builds/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/linux.yml b/.builds/linux.yml index d7cbf15..1fcba05 100644 --- a/.builds/linux.yml +++ b/.builds/linux.yml @@ -1,5 +1,5 @@ # SPDX-License-Identifier: Unlicense OR MIT -image: debian/testing +image: debian/bookworm packages: - curl - pkg-config