Skip to content

Commit 720c6b9

Browse files
authored
CI: Replace the macos-13 images with the macos-15-intel images (#5002)
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 macOS build matrix in CI to use macOS 15 Intel runners for x86_64 wheel builds, keeping Python versions and other matrix settings unchanged. * No user-facing changes; application behavior remains the same. This update only affects build infrastructure, improving reliability and maintaining platform coverage. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
1 parent d244f9e commit 720c6b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cuda_version: 11.8
3838
dp_pkg_name: deepmd-kit-cu11
3939
# macos-x86-64
40-
- os: macos-13
40+
- os: macos-15-intel
4141
python: 311
4242
platform_id: macosx_x86_64
4343
dp_variant: cpu

0 commit comments

Comments
 (0)