Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ jobs:
test-mps:
strategy:
matrix:
runner: [macos-m1-stable ]
runner: [macos-14]
runs-on: ${{matrix.runner}}
steps:
- name: Checkout repo
Expand Down Expand Up @@ -768,7 +768,7 @@ jobs:
test-mps-dtype:
strategy:
matrix:
runner: [macos-m1-stable ]
runner: [macos-14]
runs-on: ${{matrix.runner}}
steps:
- name: Checkout repo
Expand Down Expand Up @@ -845,7 +845,7 @@ jobs:
compile-gguf:
strategy:
matrix:
runner: [macos-14]
runner: [macos-14-xlarge]
runs-on: ${{matrix.runner}}
steps:
- name: Checkout repo
Expand Down Expand Up @@ -1213,7 +1213,7 @@ jobs:
test-torchao-experimental-mps:
strategy:
matrix:
runner: [macos-m1-stable]
runner: [macos-14]
runs-on: ${{matrix.runner}}
steps:
- name: Checkout repo
Expand Down
Loading