8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b8fe commit 72ed7b8Copy full SHA for 72ed7b8
.github/workflows/test.yaml
@@ -113,7 +113,7 @@ jobs:
113
114
build-macos:
115
needs: download-model
116
- runs-on: macos-latest
+ runs-on: macos-14-arm64
117
strategy:
118
matrix:
119
python-version: ["3.9", "3.10", "3.11", "3.12"]
@@ -157,7 +157,7 @@ jobs:
157
158
build-macos-metal:
159
160
161
steps:
162
- uses: actions/checkout@v4
163
with:
0 commit comments