summaryrefslogtreecommitdiffstats
path: root/.semaphore
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-06-15 14:34:17 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-06-16 03:43:06 +0200
commit2bd6f87e9576417af0fdb1f18dfd17224b9195bf (patch)
treeb41f27f7d9e91925aff6549a54cc7220c114d6e8 /.semaphore
parentmkosi: install HyperScale repository for CentOS 8 (diff)
downloadsystemd-2bd6f87e9576417af0fdb1f18dfd17224b9195bf.tar.xz
systemd-2bd6f87e9576417af0fdb1f18dfd17224b9195bf.zip
ci: bump debian release bullseye -> bookworm
Preparation for bumping meson requirement higher than 0.56.2.
Diffstat (limited to '.semaphore')
-rwxr-xr-x.semaphore/semaphore-runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.semaphore/semaphore-runner.sh b/.semaphore/semaphore-runner.sh
index 1ceaee1f8d..bacb3dd76c 100755
--- a/.semaphore/semaphore-runner.sh
+++ b/.semaphore/semaphore-runner.sh
@@ -6,7 +6,7 @@ set -o pipefail
# default to Debian testing
DISTRO="${DISTRO:-debian}"
-RELEASE="${RELEASE:-bullseye}"
+RELEASE="${RELEASE:-bookworm}"
BRANCH="${BRANCH:-upstream-ci}"
ARCH="${ARCH:-amd64}"
CONTAINER="${RELEASE}-${ARCH}"