Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 19ff53f

Browse filesBrowse files
authored
Update build-wheels-metal.yaml
1 parent ea2a099 commit 19ff53f
Copy full SHA for 19ff53f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/build-wheels-metal.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-wheels-metal.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [macos-12, macos-13, macos-14]
14+
os: [macos-latest]
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
CIBW_PLATFORM: "macos"
3838
CIBW_ARCHS: "arm64"
3939
CIBW_ENVIRONMENT: CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DLLAMA_METAL=on"
40-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
40+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
4141
with:
4242
package-dir: .
4343
output-dir: wheelhouse

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.