Skip to content

Commit

Permalink
ci: improve test coverage and CI workflow reliability
Browse files Browse the repository at this point in the history
- Remove `macos-latest` from the OS matrix in the lint workflow

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 4, 2024
1 parent b370179 commit 5344ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5344ca2

Please sign in to comment.