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

Commit 2856674

Browse files
committed
fixes
1 parent ca95554 commit 2856674

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pull.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,9 +734,10 @@ jobs:
734734
735735
echo "Tests complete."
736736
test-mps-dtype:
737-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
738-
with:
739-
runner: macos-m1-stable # needs MPS, was macos-m1-stable
737+
strategy:
738+
matrix:
739+
runner: [macos-m1-stable ]
740+
runs-on: ${{matrix.runner}}
740741
steps:
741742
- name: Setup Python
742743
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)