diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1371ca4a13..9112a92081 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -23,6 +23,9 @@ jobs: include: - os: "ubuntu-latest" backend: "rocm" + exclude: + - os: "macos-latest" + python-version: "3.12" steps: - uses: actions/checkout@v3 - name: Set cache date