Skip to content

Commit 722e507

Browse files
committed
chore: re-enable mac builds
1 parent f13069c commit 722e507

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
strategy:
2121
matrix:
2222
include:
23-
#- os: macos
24-
# arch: arm64
25-
# runner: macos-latest
26-
#- os: macos
27-
# arch: x64
28-
# runner: macos-13
23+
- os: macos
24+
arch: arm64
25+
runner: macos-latest
26+
- os: macos
27+
arch: x64
28+
runner: macos-13
2929
- os: windows
3030
arch: x64
3131
runner: windows-2025

0 commit comments

Comments
 (0)