From 11230b1f252392b345b1441ca37ff258c05fd392 Mon Sep 17 00:00:00 2001 From: Avasam Date: Sat, 24 Aug 2024 13:50:07 -0400 Subject: [PATCH] Update .github/workflows/pyright.yml Co-authored-by: Anderson Bravalheri --- .github/workflows/pyright.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/pyright.yml b/.github/workflows/pyright.yml index 71e0fa202a..da5a868e93 100644 --- a/.github/workflows/pyright.yml +++ b/.github/workflows/pyright.yml @@ -44,21 +44,6 @@ jobs: - "3.12" platform: - ubuntu-latest - - macos-latest - - windows-latest - include: - - python: "3.9" - platform: ubuntu-latest - - python: "3.10" - platform: ubuntu-latest - - python: "3.11" - platform: ubuntu-latest - # Python 3.8, 3.9 are on macos-13 but not macos-latest (macos-14-arm64) - # https://github.com/actions/setup-python/issues/850 - # https://github.com/actions/setup-python/issues/696#issuecomment-1637587760 - - {python: "3.8", platform: "macos-13"} - exclude: - - {python: "3.8", platform: "macos-latest"} runs-on: ${{ matrix.platform }} timeout-minutes: 10 steps: