Skip to content

Commit fd51e42

Browse files
authored
CI: Replace the macos-13 images with the macos-15-intel images (#551)
per https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/ <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated CI configuration to run the legacy Python 3.7 macOS job on the macOS-15-intel runner instead of macOS-13. * No changes to workflow logic, steps, or error handling. * **Tests** * Infrastructure-only update to test runner environment; test coverage and behavior remain unchanged. * **Notes** * No user-facing impact or functional changes to the product. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <[email protected]>
1 parent 4389a5b commit fd51e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
platform: macos-latest
2929
include: # So run those legacy versions on Intel CPUs
3030
- python-version: "3.7"
31-
platform: macos-13
31+
platform: macos-15-intel
3232
steps:
3333
- uses: actions/checkout@v5
3434
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)