From e6aa720ad8766612ad6a32557d9ad8a0ddacfce0 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Fri, 5 May 2023 14:00:26 +0200 Subject: [PATCH] try the new macos-xl runners --- .github/workflows/test-macos.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 03e4b2db121..6af40efee81 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -18,7 +18,7 @@ jobs: - "3.9" - "3.10" - "3.11" - runner: ["macos-12"] + runner: ["macos-12-xl"] include: - python-version: "3.8" runner: macos-m1-12 @@ -26,9 +26,7 @@ jobs: uses: pytorch/test-infra/.github/workflows/macos_job.yml@main with: repository: pytorch/vision - # We need an increased timeout here, since the macos-12 runner is the free one from GH - # and needs roughly 2 hours to just run the test suite - timeout: 240 + timeout: 120 runner: ${{ matrix.runner }} script: | set -euo pipefail