From 5ce4466bcce273e3627879eace953d74573b132b Mon Sep 17 00:00:00 2001 From: Guoxun Wei Date: Tue, 10 Feb 2026 10:15:29 +0800 Subject: [PATCH] not run lint in macOS --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7ee293b..aa67590 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: go: [stable] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, windows-latest] name: lint runs-on: ${{ matrix.os }} steps: