This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/fedora in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 8a9a4e2e8d174e7b17f785a0a1b40d27bf72c7b7 Author: Jürg Billeter <j...@bitron.ch> AuthorDate: Mon Sep 1 10:16:33 2025 +0200 .github/run-ci.sh: Add missing debian-12 and debian-13 --- .github/run-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/run-ci.sh b/.github/run-ci.sh index 173cfcdb4..fb30cfbd7 100755 --- a/.github/run-ci.sh +++ b/.github/run-ci.sh @@ -102,7 +102,7 @@ function runServiceTest() { if [ -z "${test_names}" ]; then - for test_name in mypy debian-11 fedora-41 fedora-42 fedora-missing-deps ubuntu-22.04; do + for test_name in mypy debian-11 debian-12 debian-13 fedora-41 fedora-42 fedora-missing-deps ubuntu-22.04; do if ! runTest "${test_name}"; then echo "Tests failed" exit 1