Run lint job on Ubuntu only (#4061)

This commit is contained in:
Jelle Zijlstra 2023-11-20 22:33:16 -08:00 committed by GitHub
parent a8062983cd
commit be336bb67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,7 @@ jobs:
github.event_name == 'push' || github.event.pull_request.head.repo.full_name !=
github.repository
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4