9
9
test-readme-mps-macos :
10
10
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
11
11
with :
12
- runner : macos-m1- 14
12
+ runner : macos-14
13
13
timeout : 60
14
14
script : |
15
15
conda create -y -n test-readme-mps-macos python=3.10.11 llvm-openmp
36
36
test-quantization-mps-macos :
37
37
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
38
38
with :
39
- runner : macos-m1- 14
39
+ runner : macos-14
40
40
timeout : 60
41
41
script : |
42
42
set -x
64
64
test-gguf-mps-macos :
65
65
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
66
66
with :
67
- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
67
+ runner : macos-14 # needs MPS, was macos-m1-stable
68
68
script : |
69
69
set -x
70
70
conda create -y -n test-quantization-mps-macos python=3.10.11
91
91
test-advanced-mps-macos :
92
92
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
93
93
with :
94
- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
94
+ runner : macos-14 # needs MPS, was macos-m1-stable
95
95
script : |
96
96
set -x
97
97
conda create -y -n test-quantization-mps-macos python=3.10.11
@@ -118,7 +118,7 @@ jobs:
118
118
test-evaluation-mps-macos :
119
119
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
120
120
with :
121
- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
121
+ runner : macos-14 # needs MPS, was macos-m1-stable
122
122
script : |
123
123
set -x
124
124
conda create -y -n test-evaluation-mps-macos python=3.10.11
@@ -145,7 +145,7 @@ jobs:
145
145
test-multimodal-mps-macos :
146
146
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
147
147
with :
148
- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
148
+ runner : macos-14 # needs MPS, was macos-m1-stable
149
149
script : |
150
150
set -x
151
151
conda create -y -n test-multimodal-mps-macos python=3.10.11
@@ -173,7 +173,7 @@ jobs:
173
173
test-native-mps-macos :
174
174
uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
175
175
with :
176
- runner : macos-m1- 14 # needs MPS, was macos-m1-stable
176
+ runner : macos-14 # needs MPS, was macos-m1-stable
177
177
script : |
178
178
set -x
179
179
conda create -y -n test-native-mps-macos python=3.10.11
0 commit comments