From 1a2f5adb0d93736e2a69745e52b2c3c6b09649c7 Mon Sep 17 00:00:00 2001 From: Miro Psota <9453736+MiroPsota@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:17:45 +0100 Subject: [PATCH] Update macos runner --- get_jobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_jobs.py b/get_jobs.py index a320b84..fc91864 100644 --- a/get_jobs.py +++ b/get_jobs.py @@ -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")),