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

Commit d70c08c

Browse files
authored
Update runner version in GitHub Actions workflow
Removing dependency on self-hosted macOS runners, in prep for migration to meta-pytorch org
1 parent a1a7f37 commit d70c08c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ jobs:
638638
test-mps:
639639
strategy:
640640
matrix:
641-
runner: [macos-m1-stable ]
641+
runner: [macos-14]
642642
runs-on: ${{matrix.runner}}
643643
steps:
644644
- name: Checkout repo
@@ -768,7 +768,7 @@ jobs:
768768
test-mps-dtype:
769769
strategy:
770770
matrix:
771-
runner: [macos-m1-stable ]
771+
runner: [macos-14]
772772
runs-on: ${{matrix.runner}}
773773
steps:
774774
- name: Checkout repo
@@ -1213,7 +1213,7 @@ jobs:
12131213
test-torchao-experimental-mps:
12141214
strategy:
12151215
matrix:
1216-
runner: [macos-m1-stable]
1216+
runner: [macos-14]
12171217
runs-on: ${{matrix.runner}}
12181218
steps:
12191219
- name: Checkout repo

0 commit comments

Comments
 (0)