From f02b783aae11bf55d42964368af38bfa53f3a416 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Mon, 28 Jul 2025 15:26:42 -0700 Subject: [PATCH] [1/N] Remove MacOS-13 MPS testing (#159278) Starts addressing https://github.com/pytorch/pytorch/issues/159275 Pull Request resolved: https://github.com/pytorch/pytorch/pull/159278 Approved by: https://github.com/dcci ghstack dependencies: #159277 --- .github/actionlint.yaml | 1 - .github/workflows/mac-mps.yml | 1 - .github/workflows/trunk.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 3b2b7246eb1..4f69b2ae9fb 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -59,7 +59,6 @@ self-hosted-runner: - rocm-docker # Org wise AWS `mac2.metal` runners (2020 Mac mini hardware powered by Apple silicon M1 processors) - macos-m1-stable - - macos-m1-13 - macos-m1-14 # GitHub-hosted MacOS runners - macos-latest-xlarge diff --git a/.github/workflows/mac-mps.yml b/.github/workflows/mac-mps.yml index 948ed401db6..c80599fe899 100644 --- a/.github/workflows/mac-mps.yml +++ b/.github/workflows/mac-mps.yml @@ -28,7 +28,6 @@ jobs: # than our AWS macos-m1-14 runners test-matrix: | { include: [ - { config: "test_mps", shard: 1, num_shards: 1, runner: "macos-m1-13" }, { config: "test_mps", shard: 1, num_shards: 1, runner: "macos-m1-14" }, { config: "test_mps", shard: 1, num_shards: 1, runner: "macos-m2-15" }, ]} diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 261c95c507b..3879b62cc02 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -94,7 +94,6 @@ jobs: { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, - { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-13" }, { config: "mps", shard: 1, num_shards: 1, runner: "macos-m1-14" }, { config: "mps", shard: 1, num_shards: 1, runner: "macos-m2-15" }, ]}