Skip to content

Commit

Permalink
Fix Mac Universal Folder Access
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored Feb 7, 2025
1 parent 2670f31 commit c65e585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
pattern: Mac *

- name: Combine Artifacts
run: lipo -create -output iqtree2 "Mac x86_64/iqtree2" "Mac Arm/iqtree2"
run: lipo -create -output iqtree2 "Mac x86-64/iqtree2" "Mac Arm/iqtree2"

- name: Check Architectures
run: lipo -archs iqtree2
Expand Down

0 comments on commit c65e585

Please sign in to comment.