From 552c1d10481d71937f371eb4fc61c3e83b80cb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=B9d=C5=8Dng=20Y=C3=A1ng?= Date: Thu, 1 Sep 2022 14:08:43 +0200 Subject: [PATCH] Use Ubuntu 20.04 for a newer Python version See https://github.com/protocolbuffers/upb/issues/760 --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 7e2b9110ff..d06e588bf9 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,7 +1,7 @@ --- tasks: ubuntu: - platform: ubuntu1804 + platform: ubuntu2004 shell_commands: - "sudo apt -y update && sudo apt -y install libreadline-dev cmake rsync" test_targets: