We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1c4cd commit 53c4de2Copy full SHA for 53c4de2
.github/workflows/release.yml
@@ -17,14 +17,15 @@ jobs:
17
18
strategy:
19
matrix:
20
- - os: macos-latest
21
- target: aarch64-apple-darwin
22
23
- target: x86_64-apple-darwin
24
- - os: ubuntu-latest
25
- target: aarch64-unknown-linux-gnu
26
27
- target: x86_64-unknown-linux-gnu
+ include:
+ - os: macos-latest
+ target: aarch64-apple-darwin
+ target: x86_64-apple-darwin
+ - os: ubuntu-latest
+ target: aarch64-unknown-linux-gnu
28
+ target: x86_64-unknown-linux-gnu
29
30
steps:
31
- name: Checkout
0 commit comments