diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 87fabe57592..cc0ff16c977 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -46,7 +46,7 @@ jobs: - { os: "windows-2022", python-version: "3.8", pytorch-version: "1.13.1" } - { os: "windows-2022", python-version: "3.9", pytorch-version: "1.13.1" } - { os: "windows-2022", python-version: "3.10", pytorch-version: "2.0.1" } - - { os: "windows-2022", python-version: "3.11", pytorch-version: "2.1.0" } + - { os: "windows-2022", python-version: "3.10", pytorch-version: "2.1.0" } # the oldest configurations - { os: "ubuntu-20.04", python-version: "3.8", pytorch-version: "1.8.1", requires: "oldest" } - { os: "macOS-11", python-version: "3.8", pytorch-version: "1.8.1", requires: "oldest" }