Skip to content

Commit c65e585

Browse files
authored
Fix Mac Universal Folder Access
1 parent 2670f31 commit c65e585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
pattern: Mac *
171171

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

175175
- name: Check Architectures
176176
run: lipo -archs iqtree2

0 commit comments

Comments
 (0)