Skip to content

Merge pull request #3 from alcjzk/cleanup #11

Merge pull request #3 from alcjzk/cleanup

Merge pull request #3 from alcjzk/cleanup #11

Workflow file for this run

name: Build
on:
push:
branches: [ "master", "workflows" ]
pull_request:
jobs:
build_ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: make
build_macos:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: make
run: make