Skip to content

add test

add test #377

Workflow file for this run

# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: macOS
on:
- push
jobs:
verify:
name: Verify
strategy:
fail-fast: false
matrix:
os:
- macos-10.15
- macos-11
- macos-12
uses: "./.github/workflows/reusable-verify.yml"
with:
os: ${{ matrix.os }}
secrets: inherit