]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ci: bump debian release bullseye -> bookworm
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 15 Jun 2023 12:34:17 +0000 (21:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Jun 2023 01:43:06 +0000 (10:43 +0900)
Preparation for bumping meson requirement higher than 0.56.2.

.semaphore/semaphore-runner.sh

index 1ceaee1f8d145eadefc0203a0c0c1cfa3ceb4b6a..bacb3dd76ca25ce9be44b61cf14c47e8afb6a3dd 100755 (executable)
@@ -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}"