Skip to content

Commit

Permalink
Run lint job on Ubuntu only (#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Nov 21, 2023
1 parent a806298 commit be336bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be336bb

Please sign in to comment.