Skip to content

Merge pull request #2 from beman-project/workflows #5

Merge pull request #2 from beman-project/workflows

Merge pull request #2 from beman-project/workflows #5

Workflow file for this run

# .github/workflows/macos.yml
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
name: Macos Build
on:
push:
branches: [ "main" ]
paths:
- "include/**"
- "src/**"
- "test/**"
- "CMakeLists.txt"
- ".github/workflows/macos.yml"
pull_request:
branches: [ "main" ]
paths:
- "include/**"
- "src/**"
- "test/**"
- "CMakeLists.txt"
- ".github/workflows/macos.yml"
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make