File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 4343 path : ./binaryen/libbinaryen
4444 key : ${{ matrix.os }}-${{ runner.os }}-${{ runner.arch }}-v${{env.BINARYEN_VERSION}}-libbinaryen
4545
46- - name : Set macOS architectures
47- run : |
48- if [ ${{ matrix.os }} == 'macos-13' ]; then
49- echo "CIBW_ARCHS_MACOS=x86_64" >> $GITHUB_ENV
50- elif [ ${{ matrix.os }} == 'macos-14' ]; then
51- echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
52- fi
53-
5446 - name : Build wheels
55475648
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ environment = { BINARYEN_VERSION = "117" }
4848# WARNING: If you update this also update it in the Github Action!!
4949before-all = [" bash ./scripts/build_libbinaryen.sh" ]
5050
51- [tool .cibuildwheel .macos ]
52- archs = [" x86_64" , " arm64" ]
53-
5451[tool .cibuildwheel .windows ]
5552archs = [" AMD64" ]
5653
You can’t perform that action at this time.
0 commit comments