From c63bfae16b5ac7ee6de07b37ae84858581f804d8 Mon Sep 17 00:00:00 2001 From: Topvennie Date: Wed, 21 Aug 2024 21:27:13 +0200 Subject: [PATCH] chore: compile for apple --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 06b5bc4..154f2b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: target: - x86_64-pc-windows-gnu - x86_64-unknown-linux-musl + - x86_64-apple-darwin steps: - uses: actions/checkout@master - name: Compile and release