mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 18:23:57 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user