diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 522648d9..0e09cf99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: strategy: matrix: python-version: ["3.10", "3.11"] - os: [ubuntu-latest] + os: [ubuntu-latest, macos-14] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}