Run lint job on Ubuntu only (#4061)
This commit is contained in:
parent
a8062983cd
commit
be336bb67f
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@ -11,11 +11,7 @@ jobs:
|
|||||||
github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
|
github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
|
||||||
github.repository
|
github.repository
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user