We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0370134 commit e6aa720Copy full SHA for e6aa720
.github/workflows/test-macos.yml
@@ -18,17 +18,15 @@ jobs:
18
- "3.9"
19
- "3.10"
20
- "3.11"
21
- runner: ["macos-12"]
+ runner: ["macos-12-xl"]
22
include:
23
- python-version: "3.8"
24
runner: macos-m1-12
25
fail-fast: false
26
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
27
with:
28
repository: pytorch/vision
29
- # We need an increased timeout here, since the macos-12 runner is the free one from GH
30
- # and needs roughly 2 hours to just run the test suite
31
- timeout: 240
+ timeout: 120
32
runner: ${{ matrix.runner }}
33
script: |
34
set -euo pipefail
0 commit comments