Skip to content

Commit

Permalink
[wheel] macOS arm64 staging builds use Ventura now (#20520)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs authored Nov 10, 2023
1 parent be76e97 commit 7d55aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release_engineering/download_release_candidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _download_binaries(*, timestamp, staging, version):
f"drake-{version[1:]}-cp311-cp311-manylinux_2_31_x86_64.whl",
f"drake-{version[1:]}-cp312-cp312-manylinux_2_31_x86_64.whl",
f"drake-{version[1:]}-cp311-cp311-macosx_12_0_x86_64.whl",
f"drake-{version[1:]}-cp311-cp311-macosx_12_0_arm64.whl",
f"drake-{version[1:]}-cp311-cp311-macosx_13_0_arm64.whl",
# Deb filenames.
f"drake-dev_{version[1:]}-1_amd64-focal.deb",
f"drake-dev_{version[1:]}-1_amd64-jammy.deb",
Expand Down

0 comments on commit 7d55aff

Please sign in to comment.