From 9c302a9131c6338f37885c23eb5ada597816be5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 10 Mar 2024 11:07:36 +0100 Subject: [PATCH] ci: Switch to Debian trixie Part-of: --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28c01fbb..4b4aef58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:bookworm +image: debian:trixie variables: DEBIAN_FRONTEND: noninteractive @@ -27,7 +27,6 @@ before_script: - apt-get -y install ca-certificates build_docs: - image: debian:trixie stage: build artifacts: paths: @@ -54,7 +53,6 @@ build_meson: - $PKG_ONLY == "1" build_deb: - image: debian:bookworm tags: - aarch64 stage: build