From e1e0f7ce5d84f80d1f424a1740528fcdfe6b1e77 Mon Sep 17 00:00:00 2001 From: Abishek Sethuraman Date: Thu, 13 Nov 2025 11:54:47 -0800 Subject: [PATCH] macos-13-xlarge to macos-15-xlarge (#1162) Summary: Internal https://fburl.com/z8uwzn57 > This is a scheduled macos-13-xlarge brownout. The macOS-13 based runner images are being deprecated. For more details, see https://github.com/actions/runner-images/issues/13046. > Workflows using the macos-13 image label should be updated to macos-latest, macos-14, or macos-15. Using macos-15 here. Please let me know if macos-14 should be preferred. Reviewed By: kiukchung Differential Revision: D86784053 --- .github/workflows/python-unittests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-unittests.yaml b/.github/workflows/python-unittests.yaml index da0221a67..1b3e8d73f 100644 --- a/.github/workflows/python-unittests.yaml +++ b/.github/workflows/python-unittests.yaml @@ -14,7 +14,7 @@ jobs: platform: [linux.24_04.4x] include: - python-version: 3.12 - platform: macos-13-xlarge + platform: macos-15-xlarge fail-fast: false env: OS: ${{ matrix.platform }}