diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6de2d9d0..3c08cfb4 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macOS-latest, ubuntu-latest] + os: [macos-latest, macOS-13, ubuntu-latest] python-version: ['3.10', '3.11'] runs-on: ${{ matrix.os }}