From 58cf5245a9794e97e143823191819f49ade2f213 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Wed, 10 Sep 2025 16:11:47 -0500 Subject: [PATCH 1/2] Change macOS runner version in workflow Removing dependency on self-hosted macOS runners, in prep for migration to meta-pytorch org --- .github/workflows/run-readme-pr-mps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-readme-pr-mps.yml b/.github/workflows/run-readme-pr-mps.yml index e08145dfa..4c8d890d0 100644 --- a/.github/workflows/run-readme-pr-mps.yml +++ b/.github/workflows/run-readme-pr-mps.yml @@ -9,7 +9,7 @@ jobs: test-readme-mps-macos: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: - runner: macos-m1-14 + runner: macos-14 timeout: 60 script: | conda create -y -n test-readme-mps-macos python=3.10.11 llvm-openmp From abae66c871bc18d47affc0b6b9389886e58b6fe4 Mon Sep 17 00:00:00 2001 From: Zain Rizvi Date: Wed, 10 Sep 2025 16:12:54 -0500 Subject: [PATCH 2/2] Update runner from macos-m1-14 to macos-14 --- .github/workflows/run-readme-pr-mps.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-readme-pr-mps.yml b/.github/workflows/run-readme-pr-mps.yml index 4c8d890d0..94690cee4 100644 --- a/.github/workflows/run-readme-pr-mps.yml +++ b/.github/workflows/run-readme-pr-mps.yml @@ -36,7 +36,7 @@ jobs: test-quantization-mps-macos: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: - runner: macos-m1-14 + runner: macos-14 timeout: 60 script: | set -x @@ -64,7 +64,7 @@ jobs: test-gguf-mps-macos: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: - runner: macos-m1-14 # needs MPS, was macos-m1-stable + runner: macos-14 # needs MPS, was macos-m1-stable script: | set -x conda create -y -n test-quantization-mps-macos python=3.10.11 @@ -91,7 +91,7 @@ jobs: test-advanced-mps-macos: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: - runner: macos-m1-14 # needs MPS, was macos-m1-stable + runner: macos-14 # needs MPS, was macos-m1-stable script: | set -x conda create -y -n test-quantization-mps-macos python=3.10.11 @@ -118,7 +118,7 @@ jobs: test-evaluation-mps-macos: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: - runner: macos-m1-14 # needs MPS, was macos-m1-stable + runner: macos-14 # needs MPS, was macos-m1-stable script: | set -x conda create -y -n test-evaluation-mps-macos python=3.10.11 @@ -145,7 +145,7 @@ jobs: test-multimodal-mps-macos: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: - runner: macos-m1-14 # needs MPS, was macos-m1-stable + runner: macos-14 # needs MPS, was macos-m1-stable script: | set -x conda create -y -n test-multimodal-mps-macos python=3.10.11 @@ -173,7 +173,7 @@ jobs: test-native-mps-macos: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: - runner: macos-m1-14 # needs MPS, was macos-m1-stable + runner: macos-14 # needs MPS, was macos-m1-stable script: | set -x conda create -y -n test-native-mps-macos python=3.10.11