diff --git a/cibuildwheel/macos.py b/cibuildwheel/macos.py index bf2290f3..14b219e5 100644 --- a/cibuildwheel/macos.py +++ b/cibuildwheel/macos.py @@ -543,7 +543,7 @@ def build(options: Options, tmp_path: Path) -> None: # there are no dependencies that were pulled in at build time. call("pip", "install", "virtualenv", *dependency_constraint_flags, env=env) - venv_dir = identifier_tmp_dir / "venv-test" + venv_dir = identifier_tmp_dir / f"venv-test-{testing_arch}" arch_prefix = [] if testing_arch != machine_arch: