Skip to content

Commit

Permalink
Fix Pyton 3.10 test run for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Jun 23, 2022
1 parent 5db8cf5 commit 05fdf7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ jobs:
find actions/macos_amd64 -name '*.nupkg' -exec mv {} build/macosx64 \;
find actions -name '*macosx-x86_64.rock' -exec mv {} build/macosx64 \;
find actions -name '*macosx*_x86_64.whl' -exec mv {} build/macosx64 \;
find actions -name '*macosx*_universal2.whl' -exec mv {} build/macosx64 \;
tree .
- name: Create Releases
Expand Down

0 comments on commit 05fdf7f

Please sign in to comment.