Revert "Move MacOS inductor tests to M2-15 runner (#150228)"

This reverts commit b1b58708b2.

Reverted https://github.com/pytorch/pytorch/pull/150228 on behalf of https://github.com/malfet due to  Should not have ignored lint signal ([comment](https://github.com/pytorch/pytorch/pull/150228#issuecomment-2762794366))
This commit is contained in:
PyTorch MergeBot 2025-03-28 23:05:27 +00:00
parent b1b58708b2
commit ccfde4dadf

View File

@ -21,9 +21,6 @@ on:
required: false
type: string
default: torchbench_perf_mps
pull_request:
paths:
- .github/workflows/inductor-perf-test-nightly-macos.yml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
@ -45,7 +42,7 @@ jobs:
python-version: 3.9.12
test-matrix: |
{ include: [
{ config: "perf_smoketest", shard: 1, num_shards: 1, runner: "macos-m2-15" },
{ config: "perf_smoketest", shard: 1, num_shards: 1, runner: "macos-m1-14" },
]}
secrets: inherit