Skip to content

Commit 225e345

Browse files
committed
Adds macOS to the CI
1 parent 5b2d8d7 commit 225e345

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ jobs:
3535

3636
- name: Build for Linux
3737
run: zig build example -Dtarget=x86_64-linux-gnu --summary all
38+
39+
- name: Build for macOS
40+
if: runner.os == 'macOS'
41+
run: zig build example -Dtarget=x86_64-macos-gnu --summary all

0 commit comments

Comments
 (0)