Skip to content

Commit

Permalink
FreeBSD is not supported with os - so replace with macos
Browse files Browse the repository at this point in the history
  • Loading branch information
markdingo committed Feb 14, 2023
1 parent efb3fef commit b433031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, freebsd-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@main

Expand Down

0 comments on commit b433031

Please sign in to comment.