Skip to content

Commit

Permalink
create wheels for linux-aarch64ush
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Aug 9, 2024
1 parent 44c7cc1 commit 49caa0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 41,7 @@ jobs:
uses: docker/setup-qemu-action@v3

- name: Set MacOS target version
if: startsWith(matrix.os, 'macos'
if: startsWith(matrix.os, 'macos')
run: |
sw_vers -productVersion
echo "MACOSX_DEPLOYMENT_TARGET=${sw_vers -productVersion}" >> $GITHUB_ENV
Expand Down

0 comments on commit 49caa0f

Please sign in to comment.