Skip to content

Commit 399b5e0

Browse files
committed
Add macOS CI
1 parent 812ba3c commit 399b5e0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/macos.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: macOS Build
2+
3+
on:
4+
push:
5+
branches:
6+
- ci-lab
7+
8+
jobs:
9+
build:
10+
runs-on: macos-latest
11+
12+
steps:
13+
- uses: actions/checkout@v4
14+
15+
- name: Build
16+
run: make

0 commit comments

Comments
 (0)