Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit e71eb5c

Browse files
authored
Change macOS runner version in workflow (#1549)
Removing dependency on self-hosted macOS runners, in prep for migration to meta-pytorch org
1 parent a1a7f37 commit e71eb5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/run-readme-pr-mps.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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
@@ -36,7 +36,7 @@ jobs:
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
@@ -64,7 +64,7 @@ jobs:
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
@@ -91,7 +91,7 @@ jobs:
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

Comments
 (0)