From 27d2b688f8300fb726347e60bb046e96bf073820 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 2 May 2026 21:28:29 +1000 Subject: [PATCH] Add macOS to CI workflow matrix for manual hooks --- .github/workflows/pre-commit-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-manual.yml b/.github/workflows/pre-commit-manual.yml index 2e16ff0..747e367 100644 --- a/.github/workflows/pre-commit-manual.yml +++ b/.github/workflows/pre-commit-manual.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )" uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2