Skip to content

Commit 1aaec6b

Browse files
committed
update
1 parent d63633c commit 1aaec6b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pre-commit-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ on:
1111
jobs:
1212
pre-commit:
1313
name: "Pre-commit checks"
14-
runs-on: ${{ matrix.os }}
15-
strategy:
16-
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
runs-on: windows-latest
1815
steps:
1916
- uses: actions/checkout@v3
2017
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)