Skip to content

Add macOS build

Add macOS build #94

Workflow file for this run

name: CMake
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{matrix.os}}
steps:
- uses: actions/[email protected]
- name: CMake workflow
run: cmake --workflow --preset default