diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2da2d9b..02a4816 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,9 @@ jobs: strategy: matrix: os: + - macos-latest - ubuntu-latest + - windows-latest steps: - name: Checkout uses: actions/checkout@v4