10000 Update build-and-release.yaml · Smartappli/llama-cpp-python@39e74ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 39e74ca

Browse files
authored
Update build-and-release.yaml
1 parent 6e3a5e6 commit 39e74ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ matrix.os }}
5252
strategy:
5353
matrix:
54-
os: [macos-latest]
54+
os: [macos-12, macos-13, macos-14]
5555

5656
steps:
5757
- uses: actions/checkout@v4
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build wheels
7373
uses: pypa/cibuildwheel@v2.17.0
7474
env:
75-
CIBW_ARCHS: "auto64"
75+
CIBW_ARCHS: "x86_64"
7676
# disable repair
7777
CIBW_REPAIR_WHEEL_COMMAND: ""
7878
CIBW_ENVIRONMENT: CMAKE_ARGS='-DLLAMA_AVX=off -DLLAMA_AVX2=off -DLLAMA_FMA=off -DLLAMA_F16C=off'

0 commit comments

Comments
 (0)
0