Skip to content

Introduce GHA build for Mac OS #5

Introduce GHA build for Mac OS

Introduce GHA build for Mac OS #5

Workflow file for this run

name: macos_build
on:
pull_request:
branches: [ "master" ]
jobs:
macos_build:
runs-on: macos-11
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install packages
- run: |
brew install git g++ cmake libsqlite3-dev gcovr libjpeg-dev