1 parent 812ba3c commit 399b5e0Copy full SHA for 399b5e0
1 file changed
.github/workflows/macos.yml
@@ -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