Skip to content

Commit ac32f43

Browse files
.
1 parent a023a7b commit ac32f43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
runs-on: ubuntu-latest
5454
strategy:
5555
matrix:
56-
relname: [x86_64-linux, arm64-linux, arm64-darwin, x86_64-darwin]
56+
# relname: [x86_64-linux, arm64-linux, arm64-darwin, x86_64-darwin]
57+
relname: [x86_64-linux, arm64-darwin, x86_64-darwin]
5758
steps:
5859
- name: Download build artifacts
5960
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)