Skip to content

Commit

Permalink
Update build-wheels-metal.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored May 11, 2024
1 parent ea2a099 commit 19ff53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-metal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, macos-13, macos-14]
os: [macos-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -37,7 +37,7 @@ jobs:
CIBW_PLATFORM: "macos"
CIBW_ARCHS: "arm64"
CIBW_ENVIRONMENT: CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DLLAMA_METAL=on"
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
with:
package-dir: .
output-dir: wheelhouse
Expand Down

0 comments on commit 19ff53f

Please sign in to comment.