We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371eaeb commit 1b6e041Copy full SHA for 1b6e041
1 file changed
.github/workflows/release.yml
@@ -7,26 +7,25 @@ name: Build on Release
7
jobs:
8
mac_arm:
9
name: Mac ARM
10
- runs-on: ubuntu-latest
+ runs-on: macos-latest
11
steps:
12
- uses: actions/checkout@v2
13
- uses: actions-rs/toolchain@v1
14
with:
15
toolchain: stable
16
- target: aarch64-apple-darwin
17
- uses: actions-rs/cargo@v1
18
19
command: build
20
args: --release --target aarch64-apple-darwin
21
mac_intel:
22
name: Mac Intel
23
24
+ - run: rustup target add x86_64-apple-darwin
25
26
27
28
29
- target: x86_64-apple-darwin
30
31
32
0 commit comments