Skip to content

Commit 53c4de2

Browse files
committed
Update release action
1 parent ba1c4cd commit 53c4de2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
- os: macos-latest
21-
target: aarch64-apple-darwin
22-
- os: macos-latest
23-
target: x86_64-apple-darwin
24-
- os: ubuntu-latest
25-
target: aarch64-unknown-linux-gnu
26-
- os: ubuntu-latest
27-
target: x86_64-unknown-linux-gnu
20+
include:
21+
- os: macos-latest
22+
target: aarch64-apple-darwin
23+
- os: macos-latest
24+
target: x86_64-apple-darwin
25+
- os: ubuntu-latest
26+
target: aarch64-unknown-linux-gnu
27+
- os: ubuntu-latest
28+
target: x86_64-unknown-linux-gnu
2829

2930
steps:
3031
- name: Checkout

0 commit comments

Comments
 (0)