From 5344ca212b846aaf62b0ed98d09908b10acb35de Mon Sep 17 00:00:00 2001 From: appleboy Date: Fri, 4 Oct 2024 21:05:40 +0800 Subject: [PATCH] ci: improve test coverage and CI workflow reliability - Remove `macos-latest` from the OS matrix in the lint workflow Signed-off-by: appleboy --- .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 b191b53..7bd6170 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] go: [1.22, 1.23] include: - os: ubuntu-latest