From b4330318a0410e98867f35de9b494a9fc7de32bd Mon Sep 17 00:00:00 2001 From: Mark Delany Date: Tue, 14 Feb 2023 22:34:43 +1000 Subject: [PATCH] FreeBSD is not supported with os - so replace with macos --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index de9c69a..47b55a1 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -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