Skip to content

add "latest" OS (#281) #456

add "latest" OS (#281)

add "latest" OS (#281) #456

# 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-14
- macos-15
- macos-latest
uses: "./.github/workflows/reusable-verify.yml"
with:
os: ${{ matrix.os }}
secrets: inherit