From fb2b1408c4f928a2a6f83b05939cadab9baf74ac Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Sat, 2 Dec 2023 11:44:12 +0100 Subject: [PATCH] run the lint only in the linux (#3797) Co-authored-by: Pantani --- .github/workflows/test-lint.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 5e929c7658..5bc184f1dc 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -16,10 +16,7 @@ concurrency: jobs: lint: name: Lint Go code - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest, macos-latest] + runs-on: ubuntu-latest timeout-minutes: 6 steps: - uses: actions/checkout@v3.4.0