99 test-readme-mps-macos :
1010 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
1111 with :
12- runner : macos-m1- 14
12+ runner : macos-14
1313 timeout : 60
1414 script : |
1515 conda create -y -n test-readme-mps-macos python=3.10.11 llvm-openmp
3636 test-quantization-mps-macos :
3737 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
3838 with :
39- runner : macos-m1- 14
39+ runner : macos-14
4040 timeout : 60
4141 script : |
4242 set -x
6464 test-gguf-mps-macos :
6565 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
6666 with :
67- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
67+ runner : macos-14 # needs MPS, was macos-m1-stable
6868 script : |
6969 set -x
7070 conda create -y -n test-quantization-mps-macos python=3.10.11
9191 test-advanced-mps-macos :
9292 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
9393 with :
94- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
94+ runner : macos-14 # needs MPS, was macos-m1-stable
9595 script : |
9696 set -x
9797 conda create -y -n test-quantization-mps-macos python=3.10.11
@@ -118,7 +118,7 @@ jobs:
118118 test-evaluation-mps-macos :
119119 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
120120 with :
121- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
121+ runner : macos-14 # needs MPS, was macos-m1-stable
122122 script : |
123123 set -x
124124 conda create -y -n test-evaluation-mps-macos python=3.10.11
@@ -145,7 +145,7 @@ jobs:
145145 test-multimodal-mps-macos :
146146 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
147147 with :
148- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
148+ runner : macos-14 # needs MPS, was macos-m1-stable
149149 script : |
150150 set -x
151151 conda create -y -n test-multimodal-mps-macos python=3.10.11
@@ -173,7 +173,7 @@ jobs:
173173 test-native-mps-macos :
174174 uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
175175 with :
176- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
176+ runner : macos-14 # needs MPS, was macos-m1-stable
177177 script : |
178178 set -x
179179 conda create -y -n test-native-mps-macos python=3.10.11
0 commit comments