ci: Switch to Debian trixie

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
This commit is contained in:
Guido Günther
2024-03-10 11:07:36 +01:00
committed by Marge Bot
parent c9fff73562
commit 9c302a9131

View File

@ -1,4 +1,4 @@
image: debian:bookworm image: debian:trixie
variables: variables:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
@ -27,7 +27,6 @@ before_script:
- apt-get -y install ca-certificates - apt-get -y install ca-certificates
build_docs: build_docs:
image: debian:trixie
stage: build stage: build
artifacts: artifacts:
paths: paths:
@ -54,7 +53,6 @@ build_meson:
- $PKG_ONLY == "1" - $PKG_ONLY == "1"
build_deb: build_deb:
image: debian:bookworm
tags: tags:
- aarch64 - aarch64
stage: build stage: build