Skip to content

Commit e6aa720

Browse files
committed
try the new macos-xl runners
1 parent 0370134 commit e6aa720

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-macos.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@ jobs:
1818
- "3.9"
1919
- "3.10"
2020
- "3.11"
21-
runner: ["macos-12"]
21+
runner: ["macos-12-xl"]
2222
include:
2323
- python-version: "3.8"
2424
runner: macos-m1-12
2525
fail-fast: false
2626
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
2727
with:
2828
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
29+
timeout: 120
3230
runner: ${{ matrix.runner }}
3331
script: |
3432
set -euo pipefail

0 commit comments

Comments
 (0)