Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 86424a2

Browse files
committed
Fix release.yml
1 parent 6e45c14 commit 86424a2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: Linux
6969
needs: [test]
7070
strategy:
71-
max-parallel: 2
71+
max-parallel: 1
7272
matrix:
7373
platform:
7474
- runner: ubuntu-latest
@@ -133,7 +133,7 @@ jobs:
133133
name: Linux2
134134
needs: [test]
135135
strategy:
136-
max-parallel: 2
136+
max-parallel: 1
137137
matrix:
138138
platform:
139139
- runner: ubuntu-latest
@@ -198,7 +198,7 @@ jobs:
198198
name: Windows
199199
needs: [test]
200200
strategy:
201-
max-parallel: 2
201+
max-parallel: 1
202202
matrix:
203203
platform:
204204
- runner: windows-latest
@@ -268,11 +268,11 @@ jobs:
268268
name: MacOS
269269
needs: [test]
270270
strategy:
271-
max-parallel: 2
271+
max-parallel: 1
272272
matrix:
273273
platform:
274-
- runner: macos-latest
275-
target: x86_64
274+
# - runner: macos-latest
275+
# target: x86_64
276276
- runner: macos-latest
277277
target: aarch64
278278
toolchain: [stable]

0 commit comments

Comments
 (0)