diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f8287d9c13447a819908e9334897b5468cb8eb55..69920989346f569d64c5c4ed0c189d984ab2dd52 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        platform: [windows-latest]
+        platform: [windows-latest, macos-latest]
     runs-on: ${{ matrix.platform }}
     steps:
       - name: Checkout repository