From 0a2b160400828f9114092a7cf8f51f163e56cba8 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 16 Oct 2025 09:07:18 -0500 Subject: [PATCH] Migrate from deprecated `macos-13` runner to `macos-15-intel` (#16316) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15cdff87c..7223561eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2474,7 +2474,7 @@ jobs: timeout-minutes: 10 needs: build-binary-macos-x86_64 name: "check system | python on macos x86-64" - runs-on: macos-13 # github-macos-13-x86_64-4 + runs-on: macos-15-intel # github-macos-15-x86_64-4 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: