From e2264585022f27ff7b6a0cbdca64009c2938ff5e Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Fri, 15 May 2026 17:12:35 +0200 Subject: [PATCH] Update toolchain version from ubuntu2204 to ubuntu2404 --- python/private/internal_dev_deps.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/private/internal_dev_deps.bzl b/python/private/internal_dev_deps.bzl index 11b020e59f..b0b06c31b2 100644 --- a/python/private/internal_dev_deps.bzl +++ b/python/private/internal_dev_deps.bzl @@ -26,7 +26,7 @@ def _internal_dev_deps_impl(mctx): # otherwise refer to RBE docs. rbe_preconfig( name = "buildkite_config", - toolchain = "ubuntu2204", + toolchain = "ubuntu2404", ) runtime_env_repo(name = "rules_python_runtime_env_tc_info")