Skip to content

Commit

Permalink
resolves #45 add Darwin support
Browse files Browse the repository at this point in the history
Signed-off-by: Marat Radchenko <[email protected]>
  • Loading branch information
slonopotamus committed Nov 16, 2024
1 parent 6a8bedd commit 9242b31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
args: --verbose

test-unit:
runs-on: ubuntu-20.04
strategy:
matrix:
os: [ ubuntu-20,04, macos-14 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
- uses: actions/setup-go@v5
Expand Down
9 changes: 0 additions & 9 deletions logrotate_freebsd.go

This file was deleted.

2 changes: 2 additions & 0 deletions logrotate_linux.go → logrotate_unix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !windows

package logrotate

import (
Expand Down

0 comments on commit 9242b31

Please sign in to comment.