Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ jobs:
unittests:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
runner: ["macos-12"]
include:
# Test against the most popular version of Python (at the time of commit 40% of torch downloads use 3.8)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do the same for Windows as well? Meaning, only Linux will have the full 3.7 to 3.11 coverage?

- python-version: "3.8"
runner: macos-m1-12
runner: "macos-12"
# Minimum version available for Apple Silicon is 3.9, so just use that
Copy link
Contributor

@pmeier pmeier Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have been testing against 3.8 before, so this can't be the whole truth? Could you clarify this?

- python-version: "3.9"
runner: "macos-m1-12"
fail-fast: false
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
with:
Expand Down