Skip to content

add workflow for macos #1

add workflow for macos

add workflow for macos #1

Workflow file for this run

name: MacOS make 14
on:
push:
branches: [ master, development ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: fetchall
run: git fetch --unshallow --tags
- name: dependencies
run: brew install pkgconfig liblo labstreaminglayer/tap/lsl
- name: make
run: make