From 58ae10bdc9e6edb7d977019de2aaaaebf563656e Mon Sep 17 00:00:00 2001 From: Trivernis Date: Tue, 19 Apr 2022 12:07:19 +0200 Subject: [PATCH] Change runner for linting to ubuntu only Signed-off-by: Trivernis --- .github/workflows/lint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2dcd14b5..02e36f5e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,11 +12,7 @@ env: jobs: lint: - strategy: - fail-fast: false - matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2