Skip to content

Commit 3816263

Browse files
committed
CI deprecated macos-13
1 parent 3657c9f commit 3816263

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-on-macOS.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Contributors : Nul None <[email protected]>
55
# |
66
# Created On : <2023-09-15>
7-
# Last Modified : <2025-09-12>
7+
# Last Modified : <2025-12-18>
88
#
99
# Build chsrc on macOS and upload it to GitHub: the 'pre' release
1010
# ---------------------------------------------------------------
@@ -48,7 +48,9 @@ jobs:
4848
4949
5050
on-x64:
51-
runs-on: macos-13 # macos-14 is AArch64(ARMv8-A)
51+
# macos-13 是 x64,macos-14 是 AArch64(ARMv8-A)
52+
# 但是 macos-13 已经于 2025-12-04 下线
53+
runs-on: macos-15-intel
5254

5355
steps:
5456
- name: 检出代码

0 commit comments

Comments
 (0)