diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc8b12c..a320825 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04,windows-latest] + os: [ubuntu-22.04,windows-latest,macos-latest] python-version: [3.9] steps: - name: Checkout repository