Skip to content

Commit 204ba11

Browse files
committed
next try
1 parent 733bd1b commit 204ba11

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
@@ -131,7 +131,8 @@ jobs:
131131
strategy:
132132
fail-fast: false
133133
matrix:
134-
name: [ 'x86_64-darwin', 'aarch64-darwin', 'x86_64-linux', 'aarch64-linux' ]
134+
name: [ 'x86_64-darwin', 'aarch64-darwin', 'x86_64-linux']
135+
# name: [ 'x86_64-darwin', 'aarch64-darwin', 'x86_64-linux', 'aarch64-linux' ]
135136
steps:
136137
- uses: actions/checkout@v4
137138

0 commit comments

Comments
 (0)