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 17, 2024
1 parent 6a8bedd commit c821978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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, windows-2022 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
- uses: actions/setup-go@v5
Expand Down
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 !freebsd && !windows

package logrotate

import (
Expand Down

0 comments on commit c821978

Please sign in to comment.