Skip to content

Commit 79619a5

Browse files
authored
Update build-and-release.yaml
1 parent 5e1d021 commit 79619a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
env:
7575
# disable repair
7676
CIBW_REPAIR_WHEEL_COMMAND: ""
77-
CIBW_PLATFORM: "macos"
78-
CIBW_ARCHS: "x86_64"
77+
CIBW_ARCHS_MACOS: "x86_64"
7978
CIBW_ENVIRONMENT: CMAKE_ARGS='-DLLAMA_AVX=off -DLLAMA_AVX2=off -DLLAMA_FMA=off -DLLAMA_F16C=off'
8079
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* pp39-* pp310-*"
8180
with:

0 commit comments

Comments
 (0)