Skip to content

Build on MacOS

Build on MacOS #2

Workflow file for this run

name: MacOS
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
macos_build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11]
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: brew install cmake fmt
- uses: "./.github/actions/cmake_build"