Skip to content

Commit b79191d

Browse files
committed
💚 Only build for platforms that can run forester
1 parent ec006b0 commit b79191d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
14+
target: [x86_64-unknown-linux-musl x86_64-apple-darwin]
1515
steps:
1616
- uses: actions/checkout@master
1717
- name: Compile and release

0 commit comments

Comments
 (0)