Migrate from deprecated `macos-13` runner to `macos-15-intel` (#16316)

This commit is contained in:
Zanie Blue 2025-10-16 09:07:18 -05:00 committed by GitHub
parent bf81a5bf0c
commit 0a2b160400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: