Use only Ubuntu to test lint
This commit is contained in:
parent
6bb405163c
commit
3d17d09f8f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in a new issue