Skip to content

Commit 4c2d67d

Browse files
authored
Try macos (#32)
* Try macos * Up * Mac build
1 parent d7bc7a7 commit 4c2d67d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,21 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
- name: linux
18+
- name: linux-x86
1919
os: ubuntu-latest
2020
artifact_name: target/x86_64-unknown-linux-musl/release/debug-tui
21-
asset_name: debug-tui-linux
21+
asset_name: debug-tui-linux_x86_64
2222
target: "x86_64-unknown-linux-musl"
23+
- name: mac-aarch64
24+
os: macos-14
25+
target: "aarch64-apple-darwin"
26+
artifact_name: target/aarch64-apple-darwin/release/debug-tui
27+
asset_name: debug-tui-aarch64
28+
- name: mac-aarch64
29+
os: macos-14
30+
target: "aarch64-apple-darwin"
31+
artifact_name: target/aarch64-apple-darwin/release/debug-tui
32+
asset_name: debug-tui-aarch64
2333

2434
steps:
2535
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)