Skip to content

Commit 1730de8

Browse files
authored
Add macOS to CI workflow matrix for pre-commit standard (#457)
1 parent 3a3e294 commit 1730de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest]
18+
os: [macos-latest, ubuntu-latest, windows-latest]
1919
steps:
2020
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)