Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Nov 9, 2023
1 parent 321bed5 commit 55f9c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: 10.14
with:
command: build
args: --release --sdist -o dist -i python --target universal2-apple-darwin
args: --release --sdist -o dist -i python
#--target universal2-apple-darwin
- name: Run test
if: matrix.python == '3.8'
run: |
Expand Down

0 comments on commit 55f9c11

Please sign in to comment.