ci: improve test coverage and CI workflow reliability

- Remove `macos-latest` from the OS matrix in the lint workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy
2024-10-04 21:05:40 +08:00
parent b370179bda
commit 5344ca212b
+1 -1
View File
@@ -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