This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/python-3.13 in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 2c59b70d799f9a848599790eb1e3bce71c1922ca Author: Jürg Billeter <[email protected]> AuthorDate: Fri Dec 20 13:59:16 2024 +0100 .github/run-ci.sh: Update last reference of Ubuntu 20.04 to 22.04 --- .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 3b3bb36..ce31ab5 100755 --- a/.github/run-ci.sh +++ b/.github/run-ci.sh @@ -67,7 +67,7 @@ function runTest() { if [ -z "${test_names}" ]; then - for test_name in "mypy debian-11 fedora-40 fedora-missing-deps ubuntu-20.04"; do + for test_name in "mypy debian-11 fedora-40 fedora-missing-deps ubuntu-22.04"; do if ! runTest "${test_name}"; then echo "Tests failed" exit 1
