Skip to content

Commit 9f90578

Browse files
committed
Docker container action can only run on linux
1 parent 0412f04 commit 9f90578

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/status_check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Run precommit checks on self
22
on: pull_request
33
jobs:
44
precommit-check:
5-
runs-on: ${{ matrix.os }}
6-
strategy:
7-
matrix:
8-
os: [ubuntu-latest, macos-latest, windows-latest]
5+
runs-on: ubuntu-latest
96
steps:
107
- uses: actions/checkout@v2
118
with:

0 commit comments

Comments
 (0)