Skip to content

Commit

Permalink
Update macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroPsota committed Jan 30, 2024
1 parent a480b83 commit 1a2f5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TorchRelease:

LINUX_OS = "ubuntu-20.04"
WINDOWS_OS = "windows-2019"
MACOS_OS = "macos-11"
MACOS_OS = "macos-12"

TORCH_RELEASES = {
"1.11.0": TorchRelease(("3.7", "3.8", "3.9", "3.10"), ("cpu", "cu102", "cu113", "rocm4.5.2")),
Expand Down

0 comments on commit 1a2f5ad

Please sign in to comment.