Skip to content

Commit 80e8208

Browse files
committed
Remove macos build on main
1 parent c8564ee commit 80e8208

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
artifact_name: target/x86_64-unknown-linux-musl/release/debug-tui
2121
asset_name: debug-tui-linux
2222
target: "x86_64-unknown-linux-musl"
23-
- name: macos
24-
os: macos-latest
25-
artifact_name: target/x86_64-apple-darwin/release/debug-tui-apple-darwin
26-
asset_name: debug-tui-apple-darwin
27-
target: "x86_64-apple-darwin"
2823

2924
steps:
3025
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)