Skip to content

Commit 36c7964

Browse files
author
Ulises Himely
committed
fix: ok we got this now
1 parent 1b6e041 commit 36c7964

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
on:
2-
- release
3-
- push
2+
release:
3+
types: [published]
44

55
name: Build on Release
66

77
jobs:
88
mac_arm:
99
name: Mac ARM
10-
runs-on: macos-latest
10+
runs-on: ubuntu-latest
1111
steps:
12+
- run: rustup target add aarch64-apple-darwin
1213
- uses: actions/checkout@v2
1314
- uses: actions-rs/toolchain@v1
1415
with:
@@ -19,7 +20,7 @@ jobs:
1920
args: --release --target aarch64-apple-darwin
2021
mac_intel:
2122
name: Mac Intel
22-
runs-on: macos-latest
23+
runs-on: ubuntu-latest
2324
steps:
2425
- run: rustup target add x86_64-apple-darwin
2526
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)