Skip to content

Commit 8679e9f

Browse files
committed
Build universal macOS binaries
1 parent 723f8d4 commit 8679e9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
run: bash -xe ci/build-nix.sh
3434

3535
macos-release:
36-
name: macOS (x86_64) release
36+
name: macOS (universal) release
3737
runs-on: macos-14
38+
environment:
39+
CMAKE_OSX_ARCHITECTURES: "arm64;x86_64"
3840
steps:
3941
- uses: actions/checkout@v6
4042
- name: Checkout enet submodule

0 commit comments

Comments
 (0)