diff --git a/toolchains/unittest/BUILD b/toolchains/unittest/BUILD index f549d74..03ceff4 100644 --- a/toolchains/unittest/BUILD +++ b/toolchains/unittest/BUILD @@ -22,7 +22,7 @@ exit /b 1 toolchain( name = "cmd_toolchain", exec_compatible_with = [ - "@bazel_tools//platforms:windows", + "@platforms//os:windows", ], toolchain = ":cmd", toolchain_type = TOOLCHAIN_TYPE,