From 2a22ec1b26ea3a4d5bf565ae61247f8fa11bd911 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Wed, 24 Dec 2025 00:59:15 +0000 Subject: [PATCH] Remove macos-13 from CI build matrix GitHub Actions deprecated macos-13 runner (brownout started Sept 2025, fully retired Dec 2025). See: https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ --- .github/workflows/build-reusable.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index e49a7d6..243e958 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -70,14 +70,8 @@ jobs: python: '3.12' - os: macos-15 python: '3.13' - - os: macos-13 - python: '3.10' - - os: macos-13 - python: '3.11' - - os: macos-13 - python: '3.12' - # Note: macos-13 + Python 3.13 excluded due to PyTorch compatibility - # (PyTorch 2.5+ supports Python 3.13 but not Intel Mac x86_64) + # Note: macos-13 removed - GitHub Actions deprecated macos-13 runner + # (brownout started Sept 2025, fully retired Dec 2025) runs-on: ${{ matrix.os }} steps: