Skip to content

Bump @actions/core from 1.10.1 to 1.11.1 #14

Bump @actions/core from 1.10.1 to 1.11.1

Bump @actions/core from 1.10.1 to 1.11.1 #14

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